diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2015-01-21 15:13:51 +0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-21 12:40:05 -0800 |
commit | 25143a54fcc14273ed03b0cb77b6187f20d6069d (patch) | |
tree | 80a16fb4d39c4d61fd05e22f685cbb2541fd7493 | |
parent | Merge branch 'maint-1.9' into maint-2.0 (diff) | |
download | tgif-25143a54fcc14273ed03b0cb77b6187f20d6069d.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap.c b/pack-bitmap.c index 91e4101531..40cbeabe68 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 */ |