diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-31 00:59:40 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-31 00:59:40 +0000 |
commit | ec3fd6be49164d13e2cc5ee40b73120c6badeff6 (patch) | |
tree | bb1ae63568d55551b12edbe5f5f9a9bcb516997f /gcc/ch/except.c | |
parent | 04a1b79c3999ec7b2c0d3cbfa9f924baab709b1e (diff) | |
download | gcc-ec3fd6be49164d13e2cc5ee40b73120c6badeff6.zip gcc-ec3fd6be49164d13e2cc5ee40b73120c6badeff6.tar.gz gcc-ec3fd6be49164d13e2cc5ee40b73120c6badeff6.tar.bz2 |
ChangeLog, [...]: Fix spelling errors.
* ChangeLog, actions.c, ch-tree.def, decl.c, except.c, inout.c,
tasking.c, typeck.c: Fix spelling errors.
From-SVN: r46668
Diffstat (limited to 'gcc/ch/except.c')
-rw-r--r-- | gcc/ch/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/except.c b/gcc/ch/except.c index b32dba6..1c8ef24 100644 --- a/gcc/ch/except.c +++ b/gcc/ch/except.c @@ -130,7 +130,7 @@ static tree BISJ; static tree jbuf_ident, prev_ident, handlers_ident; static tree exception_stack_decl = 0; -/* Chain of cleanups assocated with exception handlers. +/* Chain of cleanups associated with exception handlers. The TREE_PURPOSE is an INTEGER_CST whose value is the DECL_ACTION_NESTING_LEVEL (when the handled actions was entered). The TREE_VALUE is an expression to expand when we exit that action. */ |