diff options
Diffstat (limited to 'gcc/ada/math_lib.adb')
-rw-r--r-- | gcc/ada/math_lib.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/math_lib.adb b/gcc/ada/math_lib.adb index b0314cd36e5..8014f8412cf 100644 --- a/gcc/ada/math_lib.adb +++ b/gcc/ada/math_lib.adb @@ -93,7 +93,7 @@ package body Math_Lib is (Y : Real; A : Real := 1.0) return Real; - -- Common code for arc tangent after cyele reduction + -- Common code for arc tangent after cycle reduction function Log_Inverse_Epsilon return Real; -- Function to provide constant: Log (1.0 / Epsilon) |