diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-18 17:23:59 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-18 17:23:59 +0000 |
commit | 5995ebfb569204f9eb13f9269179881b139585f6 (patch) | |
tree | 98542c04b11e223421a9b26708d7c72956e0f832 /gcc/cp/semantics.c | |
parent | 57e28d7d7659ab3102d38deba7f02a687aa316d8 (diff) | |
download | gcc-5995ebfb569204f9eb13f9269179881b139585f6.zip gcc-5995ebfb569204f9eb13f9269179881b139585f6.tar.gz gcc-5995ebfb569204f9eb13f9269179881b139585f6.tar.bz2 |
call.c, [...]: Follow spelling conventions.
* call.c, semantics.c: Follow spelling conventions.
* class.c: Fix a comment typo.
From-SVN: r87704
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 2f1d0e8..e66736f 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1037,7 +1037,7 @@ finish_handler (tree handler) } /* Begin a compound statement. FLAGS contains some bits that control the - behaviour and context. If BCS_NO_SCOPE is set, the compound statement + behavior and context. If BCS_NO_SCOPE is set, the compound statement does not define a scope. If BCS_FN_BODY is set, this is the outermost block of a function. If BCS_TRY_BLOCK is set, this is the block created on behalf of a TRY statement. Returns a token to be passed to |