]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Oct 2002 11:32:57 +0000 (11:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:46 +0000 (12:08 +0200)
src/x-python.c

index 6f719ccd340defec0a5e1a812b1e820d01338aba..823e852380a94fce1d127fcbd9a3086c61fa6f34 100644 (file)
@@ -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;