1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-22 01:12:01 +01: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

@ -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;