style: shift/reduce, not shift-reduce

* src/reader.c: here.
This commit is contained in:
Akim Demaille
2020-06-28 08:33:24 +02:00
parent feb0bb0a59
commit 0e5cbd38b2
2 changed files with 6 additions and 4 deletions

View File

@@ -576,8 +576,8 @@ grammar_current_rule_predicate_append (const char *pred, location loc)
/* is_predicate */ true);
}
/* Set the expected number of shift-reduce (reduce-reduce) conflicts for
* the current rule. If a midrule is encountered later, the count
/* Set the expected number of shift/reduce (reduce/reduce) conflicts
* for the current rule. If a midrule is encountered later, the count
* is transferred to it and reset in the current rule to -1. */
void