summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-11 21:37:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-02-11 21:37:39 (GMT)
commit14f563031d21a26aa28a08f795c6d2c36580a7bf (patch)
tree3957166dfbb1f671c3027a356da52fc3dbf1d8ea /pack-bitmap.c
parent9874fca7122563e28d699a911404fc49d2a24f1c (diff)
parenta9942e108c9848ec5b69b6dddc59977d3f586aa9 (diff)
downloadgit-14f563031d21a26aa28a08f795c6d2c36580a7bf.zip
git-14f563031d21a26aa28a08f795c6d2c36580a7bf.tar.gz
git-14f563031d21a26aa28a08f795c6d2c36580a7bf.tar.bz2
Merge branch 'ak/typofixes'
* ak/typofixes: t/lib-terminal.sh: fix typo pack-bitmap: fix typo
Diffstat (limited to 'pack-bitmap.c')
-rw-r--r--pack-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap.c b/pack-bitmap.c
index 6a81841..3281df3 100644
--- a/pack-bitmap.c
+++ b/pack-bitmap.c
@@ -60,7 +60,7 @@ static struct bitmap_index {
struct ewah_bitmap *blobs;
struct ewah_bitmap *tags;
- /* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
+ /* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
khash_sha1 *bitmaps;
/* Number of bitmapped commits */