summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
Diffstat (limited to 'scanf')
-rw-r--r--scanf/sscanffuns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanf/sscanffuns.c b/scanf/sscanffuns.c
index d728e6bf8..e5e6f3f8d 100644
--- a/scanf/sscanffuns.c
+++ b/scanf/sscanffuns.c
@@ -39,7 +39,7 @@ step (const char **sp, int n)
{
ASSERT (n >= 0);
- /* shouldn't push us past the the end of the string */
+ /* shouldn't push us past the end of the string */
#if WANT_ASSERT
{
int i;