int count;
/*
- * We don't care about what's inside the array braces so
+ * We don't care about what's inside the array brackets so
* just eat up the character
*/
for (count = 1, end = next + 1; count; end++)
if (*next == '[')
{
/*
- * We don't care about what's inside the array braces so just eat
- * up the characters
+ * We don't care about what's inside the array brackets so just
+ * eat up the characters
*/
for (count = 1, end = next + 1; count; end++)
{
count--;
break;
case '\0':
- mmfatal(PARSE_ERROR, "unmatched brace in variable \"%s\"", name);
+ mmfatal(PARSE_ERROR, "unmatched bracket in variable \"%s\"", name);
break;
default:
break;