aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-04 04:24:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-04 04:24:53 +0000
commit3b426391d3efa5cfd0388f6c48192fe0e611dfa9 (patch)
tree36d9dce14dcb16195a245143b39159a1ce9dac6a /gcc/cp/method.c
parent85f650932f2e85b08877241f919939f8a3009ae4 (diff)
downloadgcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.zip
gcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.tar.gz
gcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.tar.bz2
class.c, [...]: Follow spelling conventions.
* class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c, parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions. From-SVN: r121566
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 71e34f0..7d5c4e8 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -432,7 +432,7 @@ use_thunk (tree thunk_fndecl, bool emit_p)
DECL_RESULT (thunk_fndecl)
= build_decl (RESULT_DECL, 0, integer_type_node);
fnname = XSTR (XEXP (DECL_RTL (thunk_fndecl), 0), 0);
- /* The back-end expects DECL_INITIAL to contain a BLOCK, so we
+ /* The back end expects DECL_INITIAL to contain a BLOCK, so we
create one. */
fn_block = make_node (BLOCK);
BLOCK_VARS (fn_block) = a;