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:
parent
ce8909b494
commit
c039a74e09
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue