attr: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
46698a8ea1
commit
7a216cd16b
2
attr.c
2
attr.c
@ -185,7 +185,7 @@ static void all_attrs_init(struct attr_hashmap *map, struct attr_check *check)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Atribute name cannot begin with "builtin_" which
|
* Attribute name cannot begin with "builtin_" which
|
||||||
* is a reserved namespace for built in attributes values.
|
* is a reserved namespace for built in attributes values.
|
||||||
*/
|
*/
|
||||||
static int attr_name_reserved(const char *name)
|
static int attr_name_reserved(const char *name)
|
||||||
|
Reference in New Issue
Block a user