aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2010-01-20 09:47:41 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-01-20 09:47:41 +0000
commit5f8f3f94eed3a2a309067e93625adec6b96b70e4 (patch)
treea8dbd9d70800a4b27b2be22e0a3381de6f4f8a74 /gcc/tree.def
parent74f24290bd51a9c74dad18a4ddac0fc1c95e615f (diff)
downloadgcc-5f8f3f94eed3a2a309067e93625adec6b96b70e4.zip
gcc-5f8f3f94eed3a2a309067e93625adec6b96b70e4.tar.gz
gcc-5f8f3f94eed3a2a309067e93625adec6b96b70e4.tar.bz2
* tree.def (PLACEHOLDER_EXPR): Fix comment.
From-SVN: r156067
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 60ac1ad..cb36f40 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -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