changeset 5543:96b72280d322

Fix typo in comment in previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 20 Dec 2004 08:08:51 +0000
parents 7bfa328c6d94
children 9770b79f2dbe
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -43,7 +43,7 @@
 # define YYSTACK_USE_ALLOCA 0
 #endif
 
-/* Tell Bison ow much stack space is needed.  20 should be plenty for
+/* Tell Bison how much stack space is needed.  20 should be plenty for
    this grammar, which is not right recursive.  Beware setting it too
    high, since that might cause problems on machines whose alloca
    implementations have lame stack-overflow checking.  */