summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/nan.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/nan.h')
-rw-r--r--sysdeps/ieee754/nan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/nan.h b/sysdeps/ieee754/nan.h
index d4e6842562..499edbac8c 100644
--- a/sysdeps/ieee754/nan.h
+++ b/sysdeps/ieee754/nan.h
@@ -32,7 +32,7 @@
#define NANF \
(__extension__ \
- ((union { unsigned __l __attribute__((__mode__(__SI__))); flaot __d; }) \
+ ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
{ __l: 0x7fc00000UL }).__d)
#else