From: Alexander Kuleshov Date: Wed, 21 Jan 2015 09:13:51 +0000 (+0600) Subject: pack-bitmap: fix typo X-Git-Tag: v2.4.0-rc0~143^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/25143a54fcc14273ed03b0cb77b6187f20d6069d?ds=inline;hp=--cc pack-bitmap: fix typo Signed-off-by: Alexander Kuleshov Signed-off-by: Junio C Hamano --- 25143a54fcc14273ed03b0cb77b6187f20d6069d 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 */