summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
commit63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 (patch)
treea72b9a5d4a2a62cb1796ddc9c64467e0b7edbc85 /printf
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'printf')
-rw-r--r--printf/doprnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf/doprnt.c b/printf/doprnt.c
index c1ee0a2ae..3555979cd 100644
--- a/printf/doprnt.c
+++ b/printf/doprnt.c
@@ -94,7 +94,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
In GMP 4.1.1 we documented "ll" and "L" as being equivalent, but in C99
in fact "ll" is just for long long and "L" just for long double.
- Apparentely GLIBC allows "L" for long long though. This doesn't affect
+ Apparently GLIBC allows "L" for long long though. This doesn't affect
us as such, since both are passed through to the C library. To be
consistent with what we said before, the two are treated equivalently
here, and it's left to the C library to do what it thinks with them.