diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:48 +0900 |
| commit | b3ba1efa5016f206f22c6467c66214719dcc55cf (patch) | |
| tree | 7f39128d0bae48427081c1dc4f484443a79787cf /compat/regex/regexec.c | |
| parent | Merge branch 'xx/protocol-v2-doc-markup-fix' into maint-2.47 (diff) | |
| parent | t: fix typos (diff) | |
| download | git-b3ba1efa5016f206f22c6467c66214719dcc55cf.tar.gz git-b3ba1efa5016f206f22c6467c66214719dcc55cf.zip | |
Merge branch 'ak/typofixes' into maint-2.47
Typofixes.
* ak/typofixes:
t: fix typos
t/helper: fix a typo
t/perf: fix typos
t/unit-tests: fix typos
contrib: fix typos
compat: fix typos
Diffstat (limited to 'compat/regex/regexec.c')
| -rw-r--r-- | compat/regex/regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/regex/regexec.c b/compat/regex/regexec.c index e92be5741d..2eeec82f40 100644 --- a/compat/regex/regexec.c +++ b/compat/regex/regexec.c @@ -292,7 +292,7 @@ compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0); concerned. If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match - and all groups is stroed in REGS. (For the "_2" variants, the offsets are + and all groups are stored in REGS. (For the "_2" variants, the offsets are computed relative to the concatenation, not relative to the individual strings.) |
