From 6fd809003c6562b6436213f77aab05065c67a5db Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 20 Dec 2004 08:08:51 +0000 Subject: [PATCH] Fix typo in comment in previous change. --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.y b/lib/getdate.y index b57e6a56d3..60ff665a53 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. */ -- 2.30.2