diff options
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index 5ecc829..84dcf68 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -1879,7 +1879,7 @@ gfc_check_assign (gfc_expr * lvalue, gfc_expr * rvalue, int conform) if (sym->attr.use_assoc) bad_proc = true; - /* (ii) The assignement is in the main program; or */ + /* (ii) The assignment is in the main program; or */ if (gfc_current_ns->proc_name->attr.is_main_program) bad_proc = true; |