aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf4e494..b9bd790e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1776,7 +1776,7 @@ Tue Apr 20 12:01:01 2010 Arnold D. Robbins <arnold@skeeve.com>
* dfa.h, dfa.c: Sync with GNU grep. The long-standing x{0} bug
is now gone. Matching UTF-8 with "." is now much faster.
* re.c (avoid_dfa): Remove call to dfabroken() which is now gone.
- * builtin.c (do_mktime): Simply check of values passed in to be
+ * builtin.c (do_mktime): Simplify check of values passed in to be
more readable and to avoid a weird compiler warning from GCC.
Fri Apr 16 15:02:26 2010 Arnold D. Robbins <arnold@skeeve.com>