1
0
mirror of https://github.com/git/git.git synced 2024-09-27 00:32:13 +02:00

Merge branch 'ac/bitmap-lookup-table'

Grammofix.

* ac/bitmap-lookup-table:
  pack-bitmap: improve grammar of "xor chain" error message
This commit is contained in:
Junio C Hamano 2022-09-23 11:07:49 -07:00
commit 4fd6c5e444

View File

@ -723,7 +723,7 @@ static struct stored_bitmap *lazy_bitmap_for_commit(struct bitmap_index *bitmap_
ALLOC_GROW(xor_items, xor_items_nr + 1, xor_items_alloc);
if (xor_items_nr + 1 >= bitmap_git->entry_count) {
error(_("corrupt bitmap lookup table: xor chain exceed entry count"));
error(_("corrupt bitmap lookup table: xor chain exceeds entry count"));
goto corrupt;
}