changeset 38206:6f2bf8c9edc0

maint: fix ChangeLog typo
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 25 Nov 2016 12:45:15 -0800
parents 8b4d3b574054
children 934241c7defa
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 25 10:43:38 2016 -0800
+++ b/ChangeLog	Fri Nov 25 12:45:15 2016 -0800
@@ -11,7 +11,7 @@
 	only non-initial states.
 	(dfastate): Rename locals to better match new roles.
 	Move them into nested scopes if this is easy.
-	Omit unnecessary cdalls to zeroset.
+	Omit unnecessary calls to zeroset.
 	Simplify test for whether to throw in the positions of state 0.
 	Omit C99-ism (decl after statement) since Gawk still wants C89.
 	(build_state): Omit unnecessary test and assignment.