attr.c: update a stale comment on "struct match_attr"
[gitweb.git] / attr.c
diff --git a/attr.c b/attr.c
index 04d24334e8fe1824222ed53f2f571aba2ddfe65b..007f1a29954b590c5c3f046006e40d88b731aaa4 100644 (file)
--- a/attr.c
+++ b/attr.c
@@ -131,9 +131,8 @@ struct pattern {
  * If is_macro is true, then u.attr is a pointer to the git_attr being
  * defined.
  *
- * If is_macro is false, then u.pattern points at the filename pattern
- * to which the rule applies.  (The memory pointed to is part of the
- * memory block allocated for the match_attr instance.)
+ * If is_macro is false, then u.pat is the filename pattern to which the
+ * rule applies.
  *
  * In either case, num_attr is the number of attributes affected by
  * this rule, and state is an array listing them.  The attributes are