diff mbox series

attr: fix a typo

Message ID 20240915230125.128941-1-algonell@gmail.com (mailing list archive)
State Accepted
Commit 7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc
Headers show
Series attr: fix a typo | expand

Commit Message

Andrew Kreimer Sept. 15, 2024, 11:01 p.m. UTC
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 attr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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)