]> git.99rst.org Git - git.git/commitdiff
object.h: fix mis-aligned flag bits table
authorTaylor Blau <redacted>
Tue, 25 Jun 2024 17:40:07 +0000 (13:40 -0400)
committerJunio C Hamano <redacted>
Tue, 25 Jun 2024 20:52:06 +0000 (13:52 -0700)
Bit position 23 is one column too far to the left.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
object.h

index 114d45954d082229ed747dee16f2510387145771..db25714b4ef80f3e2510933c9f7d7bd5837087cf 100644 (file)
--- 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
git clone https://git.99rst.org/PROJECT