* lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo.
+2018-09-18 Jim Meyering <meyering@fb.com>
+
+ dfa: trivial comment fix: s/is/if/
+ * lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo.
+
2018-09-18 Paul Eggert <eggert@cs.ucla.edu>
dfa: use more-informative function name
return true;
}
-/* Disable use of the superset DFA is it is not likely to help
+/* Disable use of the superset DFA if it is not likely to help
performance. */
static void
maybe_disable_superset_dfa (struct dfa *d)