From ef42fdcfd5f68f3104c983dd202ec2de86622129 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Jul 2022 19:00:22 +0200 Subject: Fix typos in comments. * gettext-tools/src/format-c-parse.h (format_parse_entrails): Fix typo in comment. * gettext-tools/src/format-gfc-internal.c (format_parse): Likewise. --- gettext-tools/src/format-c-parse.h | 5 ++--- gettext-tools/src/format-gfc-internal.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gettext-tools/src/format-c-parse.h b/gettext-tools/src/format-c-parse.h index a26a18425..f6f5efdf9 100644 --- a/gettext-tools/src/format-c-parse.h +++ b/gettext-tools/src/format-c-parse.h @@ -1,6 +1,5 @@ /* Parsing C format strings. - Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2018, 2020 Free Software - Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2018, 2020, 2022 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -816,7 +815,7 @@ format_parse_entrails (const char *format, bool translated, goto bad_format; } - /* Verify that the format strings uses all arguments up to the highest + /* Verify that the format string uses all arguments up to the highest numbered one. */ if (numbered_arg_count > 0) { diff --git a/gettext-tools/src/format-gfc-internal.c b/gettext-tools/src/format-gfc-internal.c index bd4cb94ed..db7266f78 100644 --- a/gettext-tools/src/format-gfc-internal.c +++ b/gettext-tools/src/format-gfc-internal.c @@ -1,5 +1,5 @@ /* GFC (GNU Fortran Compiler) internal format strings. - Copyright (C) 2003-2009, 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2003-2009, 2019-2020, 2022 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify @@ -277,7 +277,7 @@ format_parse (const char *format, bool translated, char *fdi, goto bad_format; } - /* Verify that the format strings uses all arguments up to the highest + /* Verify that the format string uses all arguments up to the highest numbered one. */ { unsigned int i; -- cgit v1.2.1