Skip to content

Commit 68b6921

Browse files
bbolligitster
authored andcommitted
git-compat-util: fix documentation syntax
The parameter marker for x was garbled in its introduction in 89c855e ("git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array", 2015-04-30). Signed-off-by: Beat Bolli <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 68b6921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-compat-util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#endif
7878
/*
7979
* ARRAY_SIZE - get the number of elements in a visible array
80-
* <at> x: the array whose size you want.
80+
* @x: the array whose size you want.
8181
*
8282
* This does not work on pointers, or arrays declared as [], or
8383
* function parameters. With correct compiler support, such usage

0 commit comments

Comments
 (0)