Skip to content

Commit 0740d0a

Browse files
peffgitster
authored andcommitted
oidset: stop referring to sha1-array
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c79eddf commit 0740d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "khash.h"
66

77
/**
8-
* This API is similar to sha1-array, in that it maintains a set of object ids
8+
* This API is similar to oid-array, in that it maintains a set of object ids
99
* in a memory-efficient way. The major differences are:
1010
*
1111
* 1. It uses a hash, so we can do online duplicate removal, rather than

0 commit comments

Comments
 (0)