Bit position 23 is one column too far to the left. Signed-off-by: Taylor Blau <me@xxxxxxxxxxxx> --- object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object.h b/object.h index 669b6a18fa..d2f9de6bb5 100644 --- a/object.h +++ b/object.h @@ -62,7 +62,7 @@ void object_array_init(struct object_array *array); /* * object flag allocation: - * revision.h: 0---------10 15 23------27 + * revision.h: 0---------10 15 23------27 * fetch-pack.c: 01 67 * negotiator/default.c: 2--5 * walker.c: 0-2 -- 2.45.2.664.g446e6a2b1f