]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
l10n: zh_CN: for git v2.24.0 l10n round 1~2
[thirdparty/git.git] / git-compat-util.h
index 8b8b29a867bdaa47595197474d064a0e0305d193..607dca75341201748f00bede9602d4084065275d 100644 (file)
@@ -77,7 +77,7 @@
 #endif
 /*
  * ARRAY_SIZE - get the number of elements in a visible array
- *  <at> 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