From: Bruno Haible Date: Fri, 4 Oct 2002 11:32:57 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v0.12~1269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebb4fc90b909227965fbacbdd974f682472adfc;p=thirdparty%2Fgettext.git Typo in comment. --- diff --git a/src/x-python.c b/src/x-python.c index 6f719ccd3..823e85238 100644 --- a/src/x-python.c +++ b/src/x-python.c @@ -667,7 +667,7 @@ phase7_getuc (quote_char, triple, interpret_ansic, interpret_unicode, backslash_ /* Number of pending open parentheses/braces/brackets. */ static int open_pbb; -/* Maximum used guaranteed to be < . */ +/* Maximum used guaranteed to be < 2. */ static token_ty phase5_pushback[2]; static int phase5_pushback_length;