diff options
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ extern bool real_sqrt PARAMS ((REAL_VALUE_TYPE *, enum machine_mode, const REAL_VALUE_TYPE *)); -/* Calculate R as X raised to the integer exponent N in mode MODE. */ +/* Calculate R as X raised to the integer exponent N in mode MODE. */ extern bool real_powi PARAMS ((REAL_VALUE_TYPE *, enum machine_mode, const REAL_VALUE_TYPE *, |