diff options
Diffstat (limited to 'math/mathcalls.h')
-rw-r--r-- | math/mathcalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mathcalls.h b/math/mathcalls.h index 3a969122ae..1f958c0d89 100644 --- a/math/mathcalls.h +++ b/math/mathcalls.h @@ -84,7 +84,7 @@ __MATHCALL (atanh,, (_Mdouble_ __x)); /* Exponential and logarithmic functions. */ -/* Exponentional function of X. */ +/* Exponential function of X. */ __MATHCALL (exp,, (_Mdouble_ __x)); /* Break VALUE into a normalized fraction and an integral power of 2. */ |