diff options
Diffstat (limited to 'gcc/fortran/data.c')
-rw-r--r-- | gcc/fortran/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index 5a74516..17354d2 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -132,7 +132,7 @@ find_con_by_component (gfc_component *com, gfc_constructor *con) } -/* Create a character type intialization expression from RVALUE. +/* Create a character type initialization expression from RVALUE. TS [and REF] describe [the substring of] the variable being initialized. INIT is thh existing initializer, not NULL. Initialization is performed according to normal assignment rules. */ @@ -556,7 +556,7 @@ formalize_structure_cons (gfc_expr * expr) c = expr->value.constructor; - /* Constructor is already fomalized. */ + /* Constructor is already formalized. */ if (c->n.component == NULL) return; |