# HG changeset patch # User Paul Eggert # Date 1480106715 28800 # Node ID 6f2bf8c9edc0a02b0e80a01adda00203f1e0b159 # Parent 8b4d3b57405499dcc777881f1ac705c70294b8a3 maint: fix ChangeLog typo diff -r 8b4d3b574054 -r 6f2bf8c9edc0 ChangeLog --- 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.