1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-10 06:48:03 +02:00

Typos in previous commit comments

This commit is contained in:
Bart Schaefer 2024-02-03 19:55:41 -08:00
parent ce8909b494
commit c039a74e09
2 changed files with 2 additions and 2 deletions

View file

@ -1572,7 +1572,7 @@ get_comp_string(void)
i = 0; i = 0;
MB_METACHARINIT(); MB_METACHARINIT();
/* All further uses of IIDENT in this file should change to * /* All further uses of IIDENT in this file should change to *
* INAMESPACE if this case is changed. Too ugly to risk now. */ * INAMESPC if this case is changed. Too ugly to risk now. */
if (itype_end(s, IIDENT, 1) == s) if (itype_end(s, IIDENT, 1) == s)
nnb = s + MB_METACHARLEN(s); nnb = s + MB_METACHARLEN(s);
else else

View file

@ -1936,7 +1936,7 @@ par_simple(int *cmplx, int nr)
if (*ptr == Outbrace && ptr > tokstr + 1) if (*ptr == Outbrace && ptr > tokstr + 1)
{ {
/* Should we allow namespace FDs, {.foo.bar}>&file ? * /* 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) if (itype_end(tokstr+1, IIDENT, 0) >= ptr)
{ {
char *toksave = tokstr; char *toksave = tokstr;