]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans-stmt.c
PR other/16615 [1/5]
[thirdparty/gcc.git] / gcc / fortran / trans-stmt.c
index 62cca292e0f59664a4f5b5ad2c5b18c5a2e31062..6b785a6db4ea7b6b9bba49838d21e856e86ed878 100644 (file)
@@ -6303,7 +6303,7 @@ gfc_trans_allocate (gfc_code * code)
        al_len = se.string_length;
 
       al_len_needs_set = al_len != NULL_TREE;
-      /* When allocating an array one can not use much of the
+      /* When allocating an array one cannot use much of the
         pre-evaluated expr3 expressions, because for most of them the
         scalarizer is needed which is not available in the pre-evaluation
         step.  Therefore gfc_array_allocate () is responsible (and able)
@@ -6554,7 +6554,7 @@ gfc_trans_allocate (gfc_code * code)
                 information in future loop iterations.  */
              if (tmp_expr3_len_flag)
                /* No need to reset tmp_expr3_len_flag, because the
-                  presence of an expr3 can not change within in the
+                  presence of an expr3 cannot change within in the
                   loop.  */
                expr3_len = NULL_TREE;
            }