summaryrefslogtreecommitdiff
path: root/Src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
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;