From 0feef344f7b51138fc82e6ecf6fc3545feb357b3 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 20 Apr 2000 01:19:58 +0000 Subject: typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33269 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/pt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index caf84c8d516..a3d059d3070 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -8904,7 +8904,7 @@ get_class_bindings (tparms, parms, args) instantiation, or if there is no corresponding instantiation, the template itself. EXPLICIT_ARGS is any template arguments explicity mentioned in a template-id. If there is no most specialized - tempalte, error_mark_node is returned. If there are no templates + template, error_mark_node is returned. If there are no templates at all, NULL_TREE is returned. */ tree -- cgit v1.2.3