]> git.ipfire.org Git - thirdparty/git.git/commitdiff
oidset: stop referring to sha1-array
authorJeff King <peff@peff.net>
Mon, 30 Mar 2020 14:04:13 +0000 (10:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2020 17:59:08 +0000 (10:59 -0700)
Ths has been oid_array for some time, though the source only recently
moved from sha1-array.[ch] to oid-array.[ch]. In either case, we should
say "oid-array" here.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
oidset.h

index 5346563b0bccb602b8de745d1308793e8995a5e5..d6ef0546a5f4b335e0597a4ab424f03a4d40db7f 100644 (file)
--- a/oidset.h
+++ b/oidset.h
@@ -5,7 +5,7 @@
 #include "khash.h"
 
 /**
- * This API is similar to sha1-array, in that it maintains a set of object ids
+ * This API is similar to oid-array, in that it maintains a set of object ids
  * in a memory-efficient way. The major differences are:
  *
  *   1. It uses a hash, so we can do online duplicate removal, rather than