From: Maciej W. Rozycki Date: Fri, 30 May 2025 14:01:47 +0000 (+0100) Subject: stdio-common: Correct 'sscanf' test feature wrapper description X-Git-Tag: glibc-2.42~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8be7a0d146f82d8fa14ab39207656b8b00aae1;p=thirdparty%2Fglibc.git stdio-common: Correct 'sscanf' test feature wrapper description Fix a typo in the description, making the wrapper correctly refer to 'sscanf' rather than 'scanf' being tested. --- diff --git a/stdio-common/tst-scanf-format-ss.h b/stdio-common/tst-scanf-format-ss.h index 2fb1ca20de..b35e5bc3b2 100644 --- a/stdio-common/tst-scanf-format-ss.h +++ b/stdio-common/tst-scanf-format-ss.h @@ -1,4 +1,4 @@ -/* Test feature wrapper for formatted 'scanf' input. +/* Test feature wrapper for formatted 'sscanf' input. Copyright (C) 2025 Free Software Foundation, Inc. This file is part of the GNU C Library.