From 8e854b762f7f6b72891784c1b4a40665ebbcde75 Mon Sep 17 00:00:00 2001 From: Kriang Lerdsuwanakij Date: Tue, 29 Apr 2003 14:16:48 +0000 Subject: c-pragma.c (maybe_apply_renaming_pragma): Fix typo. * c-pragma.c (maybe_apply_renaming_pragma): Fix typo. * gcc.c (display_help): Likewise. * toplev.c (f_options): Likewise. * params.def (PARAM_MAX_INLINE_SCOPE): Likewise. * config/c4x/c4x.h (TARGET_SWITCHES): Likewise. * config/mcore/mcore.h (TARGET_SWITCHES): Likewise. * config/s390/s390.h (TARGET_SWITCHES): Likewise. * config/v850/v850.h (TARGET_SWITCHES): Likewise. * call.c (build_operator_new_call): Fix typo. * lang-options.h: Likewise. From-SVN: r66228 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/call.c | 2 +- gcc/cp/lang-options.h | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'gcc/cp') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 995f8bb..97bcb23 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-04-29 Kriang Lerdsuwanakij + + * call.c (build_operator_new_call): Fix typo. + * lang-options.h: Likewise. + 2003-04-29 Mark Mitchell * decl.c (maybe_commonize_var): Further tweak support for systems diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 947151e..2340d41 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -2959,7 +2959,7 @@ build_operator_new_call (tree fnname, tree args, tree *size, tree *cookie_size) error ("no matching function for call to `%D(%A)'", DECL_NAME (OVL_CURRENT (fns)), args); else - error ("call of overlopaded `%D(%A)' is ambiguous", + error ("call of overloaded `%D(%A)' is ambiguous", DECL_NAME (OVL_CURRENT (fns)), args); if (candidates) print_z_candidates (candidates); diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index 25303de..ede5a58 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -72,10 +72,10 @@ DEFINE_LANG_NAME ("C++") N_("Export functions even if they can be inlined") }, { "-fimplicit-templates", "" }, { "-fno-implicit-templates", - N_("Only emit explicit template instatiations") }, + N_("Only emit explicit template instantiations") }, { "-fimplicit-inline-templates", "" }, { "-fno-implicit-inline-templates", - N_("Only emit explicit instatiations of inline templates") }, + N_("Only emit explicit instantiations of inline templates") }, { "-finit-priority", "" }, { "-fno-init-priority", "" }, { "-fmemoize-lookups", "" }, -- cgit v1.1