diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 07:12:58 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 07:12:58 +0000 |
commit | 365db11eea46f39f4e46a11a6509d212e41c2307 (patch) | |
tree | 353029a3fd14257b6028935077f92705d8a886d5 /gcc/tree-nested.c | |
parent | 8ed01400ddf7575d1965862fd356aa32b8efae47 (diff) | |
download | gcc-365db11eea46f39f4e46a11a6509d212e41c2307.tar.gz |
* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
comment typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 14d2c3cb9ff..24d3e74b746 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -474,7 +474,7 @@ get_nl_goto_field (struct nesting_info *info) /* For __builtin_nonlocal_goto, we need N words. The first is the frame pointer, the rest is for the target's stack pointer save - area. The number of words is controled by STACK_SAVEAREA_MODE; + area. The number of words is controlled by STACK_SAVEAREA_MODE; not the best interface, but it'll do for now. */ if (Pmode == ptr_mode) type = ptr_type_node; @@ -987,7 +987,7 @@ convert_nl_goto_reference (tree *tp, int *walk_subtrees, void *data) /* The original user label may also be use for a normal goto, therefore we must create a new label that will actually receive the abnormal control transfer. This new label will be marked LABEL_NONLOCAL; this - mark will trigger proper behaviour in the cfg, as well as cause the + mark will trigger proper behavior in the cfg, as well as cause the (hairy target-specific) non-local goto receiver code to be generated when we expand rtl. */ new_label = create_artificial_label (); @@ -1316,7 +1316,7 @@ finalize_nesting_tree_1 (struct nesting_info *root) sf->has_nonlocal_label = 1; } - /* Make sure all new local variables get insertted into the + /* Make sure all new local variables get inserted into the proper BIND_EXPR. */ if (root->new_local_var_chain) declare_tmp_vars (root->new_local_var_chain, |