decl.c: Fix comment typos.
authorOndřej Bílka <neleai@seznam.cz>
Tue, 23 Jul 2013 11:39:41 +0000 (13:39 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 23 Jul 2013 11:39:41 +0000 (13:39 +0200)
2013-07-23   Ondřej Bílka  <neleai@seznam.cz>

        * decl.c: Fix comment typos.
        * interface.c: Likewise.
        * trans-array.c: Likewise.
        * trans.c: Likewise.

From-SVN: r201162

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

index c531d039993727177a2f8305b548c5075eaabb82..0de32ddda6b56f398cb191b4b468e7e0c6e91014 100644 (file)
@@ -1,3 +1,10 @@
+2013-07-23   Ondřej Bílka  <neleai@seznam.cz>
+
+       * decl.c: Fix comment typos.
+       * interface.c: Likewise.
+       * trans-array.c: Likewise.
+       * trans.c: Likewise.
+
 2013-07-22  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/57906
@@ -20,7 +27,7 @@
        * trans-array.c (gfc_array_allocate,
        gfc_trans_deferred_array): Plug memory leak.
 
-2013-07-21   Ondřej Bílka  <neleai@seznam.cz>
+2013-07-21  Ondřej Bílka  <neleai@seznam.cz>
 
        * trans-decl.c: Fix comment typos.
        * trans-expr.c: Ditto.
index f1aa31e07be7997c6e08edd932e19e248959841f..152511962d9efaccbae0f46a6639f9d9dc156b8f 100644 (file)
@@ -8255,7 +8255,7 @@ match_procedure_in_type (void)
        }
 
       /* See if we already have a binding with this name in the symtree which
-        would be an error.  If a GENERIC already targetted this binding, it may
+        would be an error.  If a GENERIC already targeted this binding, it may
         be already there but then typebound is still NULL.  */
       stree = gfc_find_symtree (ns->tb_sym_root, name);
       if (stree && stree->n.tb)
index f06ecfe3ec45416734472fc87053567c53aa9a80..8d31d1c73749564192b57a4f0c386d98c59cb9a4 100644 (file)
@@ -3170,7 +3170,7 @@ gfc_procedure_use (gfc_symbol *sym, gfc_actual_arglist **ap, locus *where)
   gfc_formal_arglist *dummy_args;
 
   /* Warn about calls with an implicit interface.  Special case
-     for calling a ISO_C_BINDING becase c_loc and c_funloc
+     for calling a ISO_C_BINDING because c_loc and c_funloc
      are pseudo-unknown.  Additionally, warn about procedures not
      explicitly declared at all if requested.  */
   if (sym->attr.if_source == IFSRC_UNKNOWN && ! sym->attr.is_iso_c)
@@ -3287,7 +3287,7 @@ void
 gfc_ppc_use (gfc_component *comp, gfc_actual_arglist **ap, locus *where)
 {
   /* Warn about calls with an implicit interface.  Special case
-     for calling a ISO_C_BINDING becase c_loc and c_funloc
+     for calling a ISO_C_BINDING because c_loc and c_funloc
      are pseudo-unknown.  */
   if (gfc_option.warn_implicit_interface
       && comp->attr.if_source == IFSRC_UNKNOWN
index 0aac6789f80c1893cae102b4b2f3a515962ab1d8..c269ea8bbf1c711d59d73ffc8797ead8a5139785 100644 (file)
@@ -994,7 +994,7 @@ get_array_ref_dim_for_loop_dim (gfc_ss *ss, int loop_dim)
 
    'eltype' == NULL signals that the temporary should be a class object.
    The 'initial' expression is used to obtain the size of the dynamic
-   type; otherwise the allocation and initialisation proceeds as for any
+   type; otherwise the allocation and initialization proceeds as for any
    other expression
 
    PRE, POST, INITIAL, DYNAMIC and DEALLOC are as for
index 53a0669fc778c0d62b3967ffa1e1e189d02cdacb..b7863b2d51119ee5bd4914444875a3d9daa7459c 100644 (file)
@@ -1568,7 +1568,7 @@ gfc_set_backend_locus (locus * loc)
 }
 
 
-/* Restore the saved locus. Only used in conjonction with
+/* Restore the saved locus. Only used in conjunction with
    gfc_save_backend_locus, to free the memory when we are done.  */
 
 void