projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c99ea5
)
Fix typo.
author
drepper
<drepper>
Sat, 23 Jan 1999 22:13:17 +0000
(22:13 +0000)
committer
drepper
<drepper>
Sat, 23 Jan 1999 22:13:17 +0000
(22:13 +0000)
math/bits/mathcalls.h
patch
|
blob
|
history
diff --git
a/math/bits/mathcalls.h
b/math/bits/mathcalls.h
index
3f1d5b1
..
025c4c7
100644
(file)
--- a/
math/bits/mathcalls.h
+++ b/
math/bits/mathcalls.h
@@
-275,7
+275,7
@@
__MATHDECL (int,ilogb,, (_Mdouble_ __x));
/* Return X times (2 to the Nth power). */
__MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
-/* Round X to integral valuein floating-point format using current
+/* Round X to integral value
in floating-point format using current
rounding direction, but do not raise inexact exception. */
__MATHCALL (nearbyint,, (_Mdouble_ __x));