diff options
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 839ee6b..b406bf0 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -779,7 +779,7 @@ gfc_init_builtin_functions (void) #include "mathbuiltins.def" - /* We define these seperately as the fortran versions have different + /* We define these separately as the fortran versions have different semantics (they return an integer type) */ gfc_define_builtin ("__builtin_floor", mfunc_double[0], BUILT_IN_FLOOR, "floor", true); |