changeset 39861:5d7b30167723

dfa: trivial comment fix: s/is/if/ * lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo.
author Jim Meyering <meyering@fb.com>
date Tue, 18 Sep 2018 21:26:01 -0700
parents fd9996b911ad
children f61cd4b41f21
files ChangeLog lib/dfa.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 18 19:12:06 2018 -0700
+++ b/ChangeLog	Tue Sep 18 21:26:01 2018 -0700
@@ -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
--- a/lib/dfa.c	Tue Sep 18 19:12:06 2018 -0700
+++ b/lib/dfa.c	Tue Sep 18 21:26:01 2018 -0700
@@ -3483,7 +3483,7 @@
   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)