diff options
Diffstat (limited to 'sysdeps/ia64/fpu/e_acosf.S')
-rw-r--r-- | sysdeps/ia64/fpu/e_acosf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/e_acosf.S b/sysdeps/ia64/fpu/e_acosf.S index 1507b46..7b32ffa 100644 --- a/sysdeps/ia64/fpu/e_acosf.S +++ b/sysdeps/ia64/fpu/e_acosf.S @@ -56,7 +56,7 @@ // Description //========================================= // The acosf function computes the principle value of the arc sine of x. -// A doman error occurs for arguments not in the range [-1,+1]. +// A domain error occurs for arguments not in the range [-1,+1]. // The acosf function returns the arc cosine in the range [0, +pi] radians. // acos(1) returns +0 |