Skip to content

Commit df3df2d

Browse files
ttaylorrgitster
authored andcommitted
object.h: fix mis-aligned flag bits table
Bit position 23 is one column too far to the left. Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ba5a81d commit df3df2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void object_array_init(struct object_array *array);
6262

6363
/*
6464
* object flag allocation:
65-
* revision.h: 0---------10 15 23------27
65+
* revision.h: 0---------10 15 23------27
6666
* fetch-pack.c: 01 67
6767
* negotiator/default.c: 2--5
6868
* walker.c: 0-2

0 commit comments

Comments
 (0)