diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 4b69b73..7aa91cb 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -1280,7 +1280,7 @@ mio_name (int t, const mstring * m) return t; } -/* Specialisation of mio_name. */ +/* Specialization of mio_name. */ #define DECL_MIO_NAME(TYPE) \ static inline TYPE \ @@ -1424,7 +1424,7 @@ static const mstring attr_bits[] = minit (NULL, -1) }; -/* Specialisation of mio_name. */ +/* Specialization of mio_name. */ DECL_MIO_NAME(ab_attribute) DECL_MIO_NAME(ar_type) DECL_MIO_NAME(array_type) |