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 ecc6df1..10beca3 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -1398,7 +1398,7 @@ static const mstring attr_bits[] = minit (NULL, -1) }; -/* Specialisation of mio_name. */ +/* Specialisation of mio_name. */ DECL_MIO_NAME(ab_attribute) DECL_MIO_NAME(ar_type) DECL_MIO_NAME(array_type) @@ -2334,7 +2334,7 @@ static const mstring expr_types[] = { /* INTRINSIC_ASSIGN is missing because it is used as an index for generic operators, not in expressions. INTRINSIC_USER is also - replaced by the correct function name by the time we see it. */ + replaced by the correct function name by the time we see it. */ static const mstring intrinsics[] = { |