X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=git-compat-util.h;h=607dca75341201748f00bede9602d4084065275d;hp=8b8b29a867bdaa47595197474d064a0e0305d193;hb=a5cd71ca4a7c58ba507bf36dc36febbae8043361;hpb=1ef3bd362a3bc4d43d0d07936aaddc8c72dfe33d diff --git a/git-compat-util.h b/git-compat-util.h index 8b8b29a867..607dca7534 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -77,7 +77,7 @@ #endif /* * ARRAY_SIZE - get the number of elements in a visible array - * x: the array whose size you want. + * @x: the array whose size you want. * * This does not work on pointers, or arrays declared as [], or * function parameters. With correct compiler support, such usage