From: Bruno Haible Date: Sun, 17 Sep 2023 09:00:54 +0000 (+0200) Subject: Fix typo in comment. X-Git-Tag: v0.23~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a556c0fb47fa82f5f5a6a637567f5e6583d03094;p=thirdparty%2Fgettext.git Fix typo in comment. * gettext-tools/src/po-lex.h (po_gram_lex): Fix typo in comment. --- diff --git a/gettext-tools/src/po-lex.h b/gettext-tools/src/po-lex.h index 47b0e0271..99af2566e 100644 --- a/gettext-tools/src/po-lex.h +++ b/gettext-tools/src/po-lex.h @@ -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 @@ -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. */