about summary refs log tree commit diff
path: root/sysdeps/ieee754/k_standard.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-30 14:32:07 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-30 18:08:59 +0200
commit382466e04e347d3b3fa221897efb8f4cdc239105 (patch)
tree502407214f530137467309e605493cc0dd18f274 /sysdeps/ieee754/k_standard.c
parent6b06ac56cdfc9293908724e51e827534e97819aa (diff)
downloadglibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.gz
glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.xz
glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip
Fix typos.
Diffstat (limited to 'sysdeps/ieee754/k_standard.c')
-rw-r--r--sysdeps/ieee754/k_standard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/k_standard.c b/sysdeps/ieee754/k_standard.c
index 150921f90b..4a0d82d1a6 100644
--- a/sysdeps/ieee754/k_standard.c
+++ b/sysdeps/ieee754/k_standard.c
@@ -31,7 +31,7 @@ static char rcsid[] = "$NetBSD: k_standard.c,v 1.6 1995/05/10 20:46:35 jtc Exp $
 #endif	/* !defined(_USE_WRITE) */
 
 /* XXX gcc versions until now don't delay the 0.0/0.0 division until
-   runtime but produce NaN at copile time.  This is wrong since the
+   runtime but produce NaN at compile time.  This is wrong since the
    exceptions are not set correctly.  */
 #if 0
 static const double zero = 0.0;	/* used as const */