diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-17 02:32:50 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-17 02:32:50 -0600 |
commit | 47c78a3f4df235695d2348ca528ed6aa93878005 (patch) | |
tree | 1b3f76a46a7f7aad5e7c5b2c9ebc8992691abb96 /gcc/cp/method.c | |
parent | 2467749d6d7603bbe63518e511eef4d0c3893c22 (diff) | |
download | gcc-47c78a3f4df235695d2348ca528ed6aa93878005.zip gcc-47c78a3f4df235695d2348ca528ed6aa93878005.tar.gz gcc-47c78a3f4df235695d2348ca528ed6aa93878005.tar.bz2 |
Typos in last checkin.
From-SVN: r19262
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 139086b..8ea18a1 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -75,11 +75,11 @@ static tree build_decl_overload_real PROTO((tree, tree, tree, tree, static void build_template_template_parm_names PROTO((tree)); static void build_template_parm_names PROTO((tree, tree)); static void build_underscore_int PROTO((int)); -static void start_sqangling PROTO((void)); -static void end_sqangling PROTO((void)); +static void start_squangling PROTO((void)); +static void end_squangling PROTO((void)); static int check_ktype PROTO((tree, int)); static int issue_ktype PROTO((tree)); -static void build_overloaded_scope_ref PROTO((tree)); +static void build_overload_scope_ref PROTO((tree)); static void build_mangled_template_parm_index PROTO((char *, tree)); static int check_btype PROTO((tree)); |