Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-03-30 17:04:13 +0300
committerJunio C Hamano <gitster@pobox.com>2020-03-30 20:59:08 +0300
commit0740d0a5d3046e28b8d49baafafe521c5fc81711 (patch)
tree93612455ee81d491486849e41af5508d91390da5 /oidset.h
parentc79eddf5baac055725ee65ae924654e2f36746b0 (diff)
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'oidset.h')
-rw-r--r--oidset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oidset.h b/oidset.h
index 5346563b0b..d6ef0546a5 100644
--- 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