Skip to content

Commit 7a216cd

Browse files
algonellgitster
authored andcommitted
attr: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 46698a8 commit 7a216cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static void all_attrs_init(struct attr_hashmap *map, struct attr_check *check)
185185
}
186186

187187
/*
188-
* Atribute name cannot begin with "builtin_" which
188+
* Attribute name cannot begin with "builtin_" which
189189
* is a reserved namespace for built in attributes values.
190190
*/
191191
static int attr_name_reserved(const char *name)

0 commit comments

Comments
 (0)