[glibc] stdio-common: Correct 'sscanf' test feature wrapper description
Maciej W. Rozycki
macro@sourceware.org
Fri May 30 14:04:05 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9e8be7a0d146f82d8fa14ab39207656b8b00aae1
commit 9e8be7a0d146f82d8fa14ab39207656b8b00aae1
Author: Maciej W. Rozycki <macro@redhat.com>
Date: Fri May 30 15:01:47 2025 +0100
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:
---
stdio-common/tst-scanf-format-ss.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the Glibc-cvs
mailing list