Skip to content

Commit e5fca6b

Browse files
committed
Merge branch 'bb/compat-util-comment-fix'
Code cleanup. * bb/compat-util-comment-fix: git-compat-util: fix documentation syntax
2 parents 43400b4 + 68b6921 commit e5fca6b

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)