]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdio-common: Correct 'sscanf' test feature wrapper description
authorMaciej W. Rozycki <macro@redhat.com>
Fri, 30 May 2025 14:01:47 +0000 (15:01 +0100)
committerMaciej W. Rozycki <macro@redhat.com>
Fri, 30 May 2025 14:01:47 +0000 (15:01 +0100)
Fix a typo in the description, making the wrapper correctly refer to
'sscanf' rather than 'scanf' being tested.

stdio-common/tst-scanf-format-ss.h

index 2fb1ca20deb845dfa3856e06a6b1bc042153f9e0..b35e5bc3b2abfe0423e0480090fd065ad50e272c 100644 (file)
@@ -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.