diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-04-19 21:19:58 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-04-19 21:19:58 -0400 |
commit | 5186142b90903fae7415ff7f4fad1f6cd5bd3fa3 (patch) | |
tree | 3e65216b3e53eb8e26d0eb63b206b90b044c0aa4 /gcc | |
parent | b8fa3ed63e4881aca1c6759b4941327318f75d63 (diff) | |
download | gcc-5186142b90903fae7415ff7f4fad1f6cd5bd3fa3.zip gcc-5186142b90903fae7415ff7f4fad1f6cd5bd3fa3.tar.gz gcc-5186142b90903fae7415ff7f4fad1f6cd5bd3fa3.tar.bz2 |
typo
From-SVN: r33269
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index caf84c8..a3d059d 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 |