diff options
Diffstat (limited to 'gcc/fortran/class.c')
-rw-r--r-- | gcc/fortran/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/class.c b/gcc/fortran/class.c index 8809b5b..6c6139b 100644 --- a/gcc/fortran/class.c +++ b/gcc/fortran/class.c @@ -630,7 +630,7 @@ gfc_build_class_symbol (gfc_typespec *ts, symbol_attribute *attr, || attr->select_type_temporary || attr->associate_var; if (!attr->class_ok) - /* We can not build the class container yet. */ + /* We cannot build the class container yet. */ return true; /* Determine the name of the encapsulating type. */ |