Merge branch 'sb/object-store-grafts'
[gitweb.git] / list-objects-filter.c
index 44b3a49bdb3115fc3d333d62e01fe5e8c0f981ca..a0ba78b20cc99bfcd2c41abd4f312b5649a2b9cd 100644 (file)
@@ -20,7 +20,7 @@
  * in the traversal (until we mark it SEEN).  This is a way to
  * let us silently de-dup calls to show() in the caller.  This
  * is subtly different from the "revision.h:SHOWN" and the
- * "sha1_name.c:ONELINE_SEEN" bits.  And also different from
+ * "sha1-name.c:ONELINE_SEEN" bits.  And also different from
  * the non-de-dup usage in pack-bitmap.c
  */
 #define FILTER_SHOWN_BUT_REVISIT (1<<21)