summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2007-04-25 18:19:24 +0200
committertege <tege@gmplib.org>2007-04-25 18:19:24 +0200
commite0f6cebc6afa4442cd5f0bc22edba04812991345 (patch)
treeca0674ca4154bf92d65fdcb6fc55c820e045399c /scanf
parentca799fba1f9b8e9e7a5d368e0b9d29630e6465c6 (diff)
downloadgmp-e0f6cebc6afa4442cd5f0bc22edba04812991345.tar.gz
Fix comment typos.
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;