Skip to content

Commit 25143a5

Browse files
0xAXgitster
authored andcommitted
pack-bitmap: fix typo
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit 25143a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack-bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static struct bitmap_index {
6060
struct ewah_bitmap *blobs;
6161
struct ewah_bitmap *tags;
6262

63-
/* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
63+
/* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
6464
khash_sha1 *bitmaps;
6565

6666
/* Number of bitmapped commits */

0 commit comments

Comments
 (0)