about summary refs log tree commit diff
path: root/third_party/git/sha1-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/sha1-array.c')
-rw-r--r--third_party/git/sha1-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/sha1-array.c b/third_party/git/sha1-array.c
index 3eeadfede9..d922e94e3f 100644
--- a/third_party/git/sha1-array.c
+++ b/third_party/git/sha1-array.c
@@ -48,7 +48,7 @@ int oid_array_for_each(struct oid_array *array,
 {
 	int i;
 
-	/* No oid_array_sort() here! See sha1-array.h */
+	/* No oid_array_sort() here! See the api-oid-array.txt docs! */
 
 	for (i = 0; i < array->nr; i++) {
 		int ret = fn(array->oid + i, data);