From: Bruno Haible Date: Sun, 19 Feb 2023 10:30:31 +0000 (+0100) Subject: Fix a comment. X-Git-Tag: v0.22~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a39b425d0407bb16be6413122e9fcbb152d351d1;p=thirdparty%2Fgettext.git Fix a comment. * gettext-runtime/intl/printf.c: Fix a typo in comment. --- diff --git a/gettext-runtime/intl/printf.c b/gettext-runtime/intl/printf.c index 92b39f76f..ba509ca9e 100644 --- a/gettext-runtime/intl/printf.c +++ b/gettext-runtime/intl/printf.c @@ -1,5 +1,5 @@ /* Formatted output to strings, using POSIX/XSI format strings with positions. - Copyright (C) 2003, 2006-2007, 2009-2011, 2018, 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2007, 2009-2011, 2018, 2020-2023 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify @@ -327,7 +327,7 @@ libintl_asprintf (char **resultp, const char *format, ...) #define PRINTF_PARSE wprintf_parse #include "printf-parse.c" -/* Define functions declared in "vasnprintf.h". */ +/* Define functions declared in "vasnwprintf.h". */ #define vasnwprintf _libintl_vasnwprintf #include "vasnprintf.c" #if 0 /* not needed */