diff options
author | Bart Schaefer <schaefer@zsh.org> | 2024-02-03 19:55:41 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2024-02-03 19:55:41 -0800 |
commit | c039a74e094bb6a4d965899f67fe34d2b84dda8d (patch) | |
tree | 5cabacb0910d50a21eaa79ee6e395ced754e9a77 /Src/parse.c | |
parent | ce8909b49428e260c15dce22d764f2831295645a (diff) | |
download | zsh-c039a74e094bb6a4d965899f67fe34d2b84dda8d.tar.gz zsh-c039a74e094bb6a4d965899f67fe34d2b84dda8d.zip |
Typos in previous commit comments
Diffstat (limited to 'Src/parse.c')
-rw-r--r-- | Src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c index 2b7e003fc..821812c78 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1936,7 +1936,7 @@ par_simple(int *cmplx, int nr) if (*ptr == Outbrace && ptr > tokstr + 1) { /* Should we allow namespace FDs, {.foo.bar}>&file ? * - * If so, change IIDENT to INAMESPACE here */ + * If so, change IIDENT to INAMESPC here */ if (itype_end(tokstr+1, IIDENT, 0) >= ptr) { char *toksave = tokstr; |