dfa: trivial comment fix: s/is/if/
authorJim Meyering <meyering@fb.com>
Wed, 19 Sep 2018 04:26:01 +0000 (21:26 -0700)
committerJim Meyering <meyering@fb.com>
Wed, 19 Sep 2018 04:26:01 +0000 (21:26 -0700)
* lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo.

ChangeLog
lib/dfa.c

index fa7a4557dcbab4227f35130fe999a683db58c211..181039c1a1604187e2d3fdc8feed1e7eb5f8c9fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 760e060c3170fd0813ca7ded87e3c6e7cffb241d..13b2a0bafb0d9d790273aa7db31782b77e30ca45 100644 (file)
--- a/lib/dfa.c
+++ b/lib/dfa.c
@@ -3483,7 +3483,7 @@ dfa_supported (struct dfa const *d)
   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)