summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-20 08:09:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-20 08:09:42 +0000
commit6e65d3c781ea32da0e38a473a3593c1c12a0a668 (patch)
treeeadc058ae6fcf8cb22a9c30853f9253e1d430e63 /lib/getdate.y
parent96742fffc4fbd4cac2d10334517ff2e4bfe4024b (diff)
downloadcoreutils-6e65d3c781ea32da0e38a473a3593c1c12a0a668.tar.xz
Fix typo in comment.
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index b57e6a56d..60ff665a5 100644
--- 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. */