X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-for-each-ref.c;h=16c785f0477f2688632f3b67e39083f60e48b2db;hb=fd2a75972e90d34bc8d4bebe1d669645557a2192;hp=9d5f266dc4e06de99aa998c2ed3d220b246db812;hpb=76db9dec8132d4377f6c32e4d45eb75fa0cc7a9a;p=git.git diff --git a/builtin-for-each-ref.c b/builtin-for-each-ref.c index 9d5f266dc..16c785f04 100644 --- a/builtin-for-each-ref.c +++ b/builtin-for-each-ref.c @@ -135,7 +135,7 @@ static const char *find_next(const char *cp) while (*cp) { if (*cp == '%') { /* %( is the start of an atom; - * %% is a quoteed per-cent. + * %% is a quoted per-cent. */ if (cp[1] == '(') return cp;