From 5007177e5d024465e384250f7f8a2040fe72f445 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Sep 2018 21:26:01 -0700 Subject: [PATCH] dfa: trivial comment fix: s/is/if/ * lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo. --- ChangeLog | 5 +++++ lib/dfa.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa7a4557dc..181039c1a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-18 Jim Meyering + + dfa: trivial comment fix: s/is/if/ + * lib/dfa.c (maybe_disable_superset_dfa): Fix comment typo. + 2018-09-18 Paul Eggert dfa: use more-informative function name diff --git a/lib/dfa.c b/lib/dfa.c index 760e060c31..13b2a0bafb 100644 --- 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) -- 2.39.5