From a39b425d0407bb16be6413122e9fcbb152d351d1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 19 Feb 2023 11:30:31 +0100 Subject: Fix a comment. * gettext-runtime/intl/printf.c: Fix a typo in comment. --- gettext-runtime/intl/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- cgit v1.2.1