]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree.def (PLACEHOLDER_EXPR): Fix comment.
authorThomas Quinot <quinot@adacore.com>
Wed, 20 Jan 2010 09:47:41 +0000 (09:47 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 20 Jan 2010 09:47:41 +0000 (09:47 +0000)
From-SVN: r156067

gcc/ChangeLog
gcc/tree.def

index 44495403a51e1af992ad4193900e42c148a5dc4e..25b8db1829533f2e1099c13e0c14e94178a6b44d 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-20  Thomas Quinot  <quinot@adacore.com>
+
+       * tree.def (PLACEHOLDER_EXPR): Fix comment.
+
 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
 
        * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
index 60ac1ade8656986cb56d0864ec35ea835ac61d62..cb36f40f874a2efd57d7d6f055c7704c0a2a6f57 100644 (file)
@@ -567,11 +567,11 @@ DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", tcc_expression, 1)
    BLKmode, because it will not be forced out of memory.  */
 DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", tcc_expression, 1)
 
-/* The following two codes are used in languages that have types where
-   some field in an object of the type contains a value that is used in
-   the computation of another field's offset or size and/or the size of
-   the type.  The positions and/or sizes of fields can vary from object
-   to object of the same type or even for one and the same object within
+/* The following code is used in languages that have types where some
+   field in an object of the type contains a value that is used in the
+   computation of another field's offset or size and/or the size of the
+   type.  The positions and/or sizes of fields can vary from object to
+   object of the same type or even for one and the same object within
    its scope.
 
    Record types with discriminants in Ada or schema types in Pascal are