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.
This commit is contained in:
Maciej W. Rozycki
2025-05-30 15:01:47 +01:00
parent 79b5febd76
commit 9e8be7a0d1

View 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.