aboutsummaryrefslogtreecommitdiff
path: root/math/bits/mathcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/bits/mathcalls.h')
-rw-r--r--math/bits/mathcalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h
index f27ffdd..a0388c9 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -271,7 +271,7 @@ __MATHCALL (nextdown,, (_Mdouble_ __x));
__MATHCALL (nextup,, (_Mdouble_ __x));
# endif
-/* Return the remainder of integer divison X / Y with infinite precision. */
+/* Return the remainder of integer division X / Y with infinite precision. */
__MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
# ifdef __USE_ISOC99