diff options
Diffstat (limited to 'gcc/fortran/data.c')
-rw-r--r-- | gcc/fortran/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index 5647971..0c4429a 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -542,7 +542,7 @@ gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, /* Rearrange a structure constructor so the elements are in the specified - order. Also insert NULL entries if neccessary. */ + order. Also insert NULL entries if necessary. */ static void formalize_structure_cons (gfc_expr * expr) |