summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-15 01:11:19 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-15 01:11:19 +0100
commitf7fa2e843382fba23fd46d68958ffc8652300b1d (patch)
tree31db0a9dd2ede49ca1c5622378efdf1511e26284 /scanf
parenta0c731b2f4f00407146eaeb29763e388476264e2 (diff)
downloadgmp-f7fa2e843382fba23fd46d68958ffc8652300b1d.tar.gz
Fix lot of spelling errors.
Diffstat (limited to 'scanf')
-rw-r--r--scanf/doscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanf/doscan.c b/scanf/doscan.c
index 0f7062926..2c5b1d987 100644
--- a/scanf/doscan.c
+++ b/scanf/doscan.c
@@ -70,7 +70,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
It's necessary to parse up the format string to recognise the GMP
extra types F, Q and Z. Other types and conversions are passed
across to the standard sscanf or fscanf via funs->scan, for ease of
- implemenation. This is essential in the case of something like glibc
+ implementation. This is essential in the case of something like glibc
%p where the pointer format isn't actually documented.
Because funs->scan doesn't get the whole input it can't put the right