X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fcp%2Fpt.c;h=b609ecf7eab6cd255c6f16cc9e661328e62e2eb8;hp=e8b219080a5b289be34412a207b433588c1100c5;hb=eb6886e397256bc0c2fd38b31df9a6b55d5d5c78;hpb=d90dbd3e0fa581d5f1ce9aa57f70a5a693cf9905 diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index e8b219080a5..b609ecf7eab 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -10378,7 +10378,7 @@ mark_decl_instantiated (tree result, int extern_p) The 1998 std underspecified function template partial ordering, and DR214 addresses the issue. We take pairs of arguments, one from - each of the templates, and deduce them against eachother. One of + each of the templates, and deduce them against each other. One of the templates will be more specialized if all the *other* template's arguments deduce against its arguments and at least one of its arguments *does* *not* deduce against the other template's @@ -12399,7 +12399,7 @@ dependent_template_id_p (tree tmpl, tree args) can be found. Note that this function peers inside uninstantiated templates and therefore should be used only in extremely limited situations. ONLY_CURRENT_P restricts this peering to the currently - open classes heirarchy (which is required when comparing types). */ + open classes hierarchy (which is required when comparing types). */ tree resolve_typename_type (tree type, bool only_current_p)