Index: src/cmd/cc/lexbody |
=================================================================== |
--- a/src/cmd/cc/lexbody |
+++ b/src/cmd/cc/lexbody |
@@ -762,7 +762,7 @@ |
return; |
} |
fr = frexp(native, &exp); |
- f = 2097152L; /* shouldnt use fp constants here */ |
+ f = 2097152L; /* shouldn't use fp constants here */ |
fr = modf(fr*f, &ho); |
ieee->h = ho; |
ieee->h &= 0xfffffL; |