mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
* pt.c: Fix a comment typo.
From-SVN: r120394
This commit is contained in:
parent
900f1ea9fa
commit
c3e188fcaa
@ -1,3 +1,7 @@
|
||||
2007-01-03 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* pt.c: Fix a comment typo.
|
||||
|
||||
2006-01-02 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* semantics.c (maybe_convert_cond): Optionally warn when using an
|
||||
|
@ -2343,8 +2343,8 @@ build_template_parm_index (int index,
|
||||
}
|
||||
|
||||
/* Find the canonical type parameter for the given template type
|
||||
parmaeter. Returns the canonical type parameter, which may be TYPE
|
||||
if no such parameter existed. */
|
||||
parameter. Returns the canonical type parameter, which may be TYPE
|
||||
if no such parameter existed. */
|
||||
static tree
|
||||
canonical_type_parameter (tree type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user