summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-01-21 09:13:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-21 20:40:05 (GMT)
commit25143a54fcc14273ed03b0cb77b6187f20d6069d (patch)
tree80a16fb4d39c4d61fd05e22f685cbb2541fd7493
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-25143a54fcc14273ed03b0cb77b6187f20d6069d.zip
git-25143a54fcc14273ed03b0cb77b6187f20d6069d.tar.gz
git-25143a54fcc14273ed03b0cb77b6187f20d6069d.tar.bz2
pack-bitmap: fix typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--pack-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap.c b/pack-bitmap.c
index 91e4101..40cbeab 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 */