diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-25 17:04:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-25 17:04:45 +0000 |
commit | af6ed417256f16e85037980b807bb7bff81ee779 (patch) | |
tree | a07fa2ef52cb57e6407820f14274be6122b01dbe /gcc/tree.def | |
parent | 84e90d04fcb32a07a99ddbdc7d913181cd902738 (diff) | |
download | gcc-af6ed417256f16e85037980b807bb7bff81ee779.tar.gz |
gcc/
* cfgrtl.c, dbxout.c, tree.def, config/darwin.h,
config/arm/arm.c, objc/objc-act.c: Fix comment typos.
* doc/invoke.texi: Fix a typo.
cp/
* cxx-pretty-print.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79956 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index d56142f4e81..afdeadcd154 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -553,7 +553,7 @@ DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", 'e', 1) fact that the expression for the array contains the dereference of the fat pointer that obtained the array pointer. */ -/* Denotes a record to later be substitued before evaluating this expression. +/* Denotes a record to later be substituted before evaluating this expression. The type of this expression is used to find the record to replace it. */ DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", 'x', 0) |