From e0f6cebc6afa4442cd5f0bc22edba04812991345 Mon Sep 17 00:00:00 2001 From: tege Date: Wed, 25 Apr 2007 18:19:24 +0200 Subject: Fix comment typos. --- scanf/sscanffuns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scanf') 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; -- cgit v1.2.1