* decl.c, utils.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 1 Aug 2005 12:31:40 +0000 (12:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 1 Aug 2005 12:31:40 +0000 (12:31 +0000)
From-SVN: r102630

gcc/ada/ChangeLog
gcc/ada/decl.c
gcc/ada/utils.c

index 2b6b5189650b2d3da13badccf59d33cba0bbac65..68df881057e10026f447d232ee6e6d052a7e39b9 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
+
+       * decl.c, utils.c: Fix comment typos.
+
 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
 
        * decl.c, init.c, initialize.c: Fix comment typos.
index 3909d953ff59c5da5700f0b7288a60c7a5b8ade8..65fa60f356da9d085823fb124ef7b288fc777f9a 100644 (file)
@@ -1100,7 +1100,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition)
            SET_DECL_CONST_CORRESPONDING_VAR (gnu_decl, gnu_corr_var);
          }
 
-       /* If this is declared in a block that contains an block with an
+       /* If this is declared in a block that contains a block with an
           exception handler, we must force this variable in memory to
           suppress an invalid optimization.  */
        if (Has_Nested_Block_With_Handler (Scope (gnat_entity))
index baec9ff82cbfbb0b9f42f4538d73917461cff1e4..1bf00075e5414d2f06ed397bf650bd9c52a15e09 100644 (file)
@@ -712,7 +712,7 @@ finish_record_type (tree record_type, tree fieldlist, bool has_rep,
       tree this_ada_size = DECL_SIZE (field);
 
       /* We need to make an XVE/XVU record if any field has variable size,
-        whether or not the record does.  For example, if we have an union,
+        whether or not the record does.  For example, if we have a union,
         it may be that all fields, rounded up to the alignment, have the
         same size, in which case we'll use that size.  But the debug
         output routines (except Dwarf2) won't be able to output the fields,
@@ -826,7 +826,7 @@ write_record_type_debug_info (tree record_type)
   for (field = fieldlist; field; field = TREE_CHAIN (field))
     {
       /* We need to make an XVE/XVU record if any field has variable size,
-        whether or not the record does.  For example, if we have an union,
+        whether or not the record does.  For example, if we have a union,
         it may be that all fields, rounded up to the alignment, have the
         same size, in which case we'll use that size.  But the debug
         output routines (except Dwarf2) won't be able to output the fields,