dir.c: rename excluded() to is_excluded()
[gitweb.git] / dir.h
diff --git a/dir.h b/dir.h
index 554f87a5fd235b09e6b76c4e03464bfabae94847..d68a9971c26d7914d5bacf1e0ff80d1733b2ca30 100644 (file)
--- a/dir.h
+++ b/dir.h
@@ -113,8 +113,8 @@ extern int match_pathname(const char *, int,
                          const char *, int, int, int);
 
 /*
- * The excluded() API is meant for callers that check each level of leading
- * directory hierarchies with excluded() to avoid recursing into excluded
+ * The is_excluded() API is meant for callers that check each level of leading
+ * directory hierarchies with is_excluded() to avoid recursing into excluded
  * directories.  Callers that do not do so should use this API instead.
  */
 struct path_exclude_check {