1
0
mirror of https://github.com/git/git.git synced 2024-11-18 05:03:56 +01:00

pack-bitmap: fix typo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alexander Kuleshov 2015-01-21 15:13:51 +06:00 committed by Junio C Hamano
parent 282616c72d
commit 25143a54fc

@ -60,7 +60,7 @@ static struct bitmap_index {
struct ewah_bitmap *blobs; struct ewah_bitmap *blobs;
struct ewah_bitmap *tags; 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; khash_sha1 *bitmaps;
/* Number of bitmapped commits */ /* Number of bitmapped commits */