mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-19 11:11:31 +02:00
Typos in previous commit comments
This commit is contained in:
parent
ce8909b494
commit
c039a74e09
2 changed files with 2 additions and 2 deletions
Src
|
@ -1572,7 +1572,7 @@ get_comp_string(void)
|
|||
i = 0;
|
||||
MB_METACHARINIT();
|
||||
/* 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)
|
||||
nnb = s + MB_METACHARLEN(s);
|
||||
else
|
||||
|
|
|
@ -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…
Reference in a new issue