Fix typo in comment in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2004 08:08:51 +0000 (08:08 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2004 08:08:51 +0000 (08:08 +0000)
lib/getdate.y

index b57e6a56d3a2275be798ed4704e5372e42546134..60ff665a53701b28066dff7d14b2c3ea95affb7c 100644 (file)
@@ -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.  */