]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Sep 2023 09:00:54 +0000 (11:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Sep 2023 09:00:54 +0000 (11:00 +0200)
* gettext-tools/src/po-lex.h (po_gram_lex): Fix typo in comment.

gettext-tools/src/po-lex.h

index 47b0e0271be89bafe9ba4a5b3fe989fa26f5b545..99af2566e0893f20f8c8dc6653ec9445bd82cb8f 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000-2006, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2006, 2012, 2023 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -71,7 +71,7 @@ extern void lex_start (FILE *fp, const char *real_filename,
 extern void lex_end (void);
 
 /* Return the next token in the PO file.  The return codes are defined
-   in "po-gram-gen2.h".  Associated data is put in 'po_gram_lval.  */
+   in "po-gram-gen2.h".  Associated data is put in 'po_gram_lval'.  */
 extern int po_gram_lex (void);
 
 /* po_gram_lex() can return comments as COMMENT.  Switch this on or off.  */