Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attr.c b/attr.c index 06b5b5e55e..c605d2c170 100644 --- a/attr.c +++ b/attr.c @@ -187,7 +187,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. */ static int attr_name_reserved(const char *name) -- 2.39.5