]> gcc.gnu.org Git - gcc.git/commitdiff
trans-decl.c (gfc_trans_deferred_vars): Fix spelling.
authorTobias Burnus <burnus@net-b.de>
Mon, 4 Jan 2010 07:38:12 +0000 (08:38 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 4 Jan 2010 07:38:12 +0000 (08:38 +0100)
2010-01-04  Tobias Burnus  <burnus@net-b.de>

        * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.

From-SVN: r155607

gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c

index c033b6eadadb1d2bbf32855be39b07c688deff31..24b258d87e1be32d885dc430d40338250ea68023 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-04  Tobias Burnus  <burnus@net-b.de>
+       
+       * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.
+
 2010-01-04  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/41872
index f93cc9f2caec9e5b1d3312bd57f4f2cda29b9809..ce33b2abc19ca2697f06e6b182468cef4c0241bc 100644 (file)
@@ -537,7 +537,7 @@ gfc_finish_var_decl (tree decl, gfc_symbol * sym)
         gfortran would typically put them in either the BSS or
         initialized data segments, and only mark them as common if
         they were part of common blocks.  However, if they are not put
-        into common space, then C cannot initialize global fortran
+        into common space, then C cannot initialize global Fortran
         variables that it interoperates with and the draft says that
         either Fortran or C should be able to initialize it (but not
         both, of course.) (J3/04-007, section 15.3).  */
@@ -3188,7 +3188,7 @@ gfc_trans_deferred_vars (gfc_symbol * proc_sym, tree fnbody)
               || (sym->ts.type == BT_CLASS
                   && sym->ts.u.derived->components->attr.allocatable))
        {
-         /* Nullify and automatic deallocatation of allocatable scalars.  */
+         /* Nullify and automatic deallocation of allocatable scalars.  */
          tree tmp;
          gfc_expr *e;
          gfc_se se;
This page took 0.066933 seconds and 5 git commands to generate.