]> rtime.felk.cvut.cz Git - git.git/commitdiff
pack-bitmap: fix typo
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Wed, 21 Jan 2015 09:13:51 +0000 (15:13 +0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jan 2015 20:40:05 +0000 (12:40 -0800)
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c

index 91e41015316e8d5c166cdee92c453ec23a483dab..40cbeabe68ed694c8373b7c53f4bb6c02c5a2678 100644 (file)
@@ -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 */