diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-16 00:01:48 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-16 00:01:48 +0000 |
commit | 82e22869aa782b9defa38f67181087721cf5dece (patch) | |
tree | 441f4c360704512c3c21761099333e5f7e029af9 /clang/lib/Sema/SemaTemplate.cpp | |
parent | 194a2518e5fb6e9a8cc2d2d57f27f84ff50e1eaa (diff) | |
download | bcm5719-llvm-82e22869aa782b9defa38f67181087721cf5dece.tar.gz bcm5719-llvm-82e22869aa782b9defa38f67181087721cf5dece.zip |
Fix a typo in a FIXME
llvm-svn: 81960
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | clang/lib/Sema/SemaTemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp index 175f2dabfe2..e6597f52f7e 100644 --- a/clang/lib/Sema/SemaTemplate.cpp +++ b/clang/lib/Sema/SemaTemplate.cpp @@ -940,7 +940,7 @@ Sema::MatchTemplateParametersToScopeSpecifier(SourceLocation DeclStartLoc, = cast<ClassTemplateSpecializationDecl>(Record->getDecl()); // If the nested name specifier refers to an explicit specialization, // we don't need a template<> header. - // FIXME: revisit this approach once we cope with specialization + // FIXME: revisit this approach once we cope with specializations // properly. if (SpecDecl->getSpecializationKind() == TSK_ExplicitSpecialization) continue; |