From 82e22869aa782b9defa38f67181087721cf5dece Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 16 Sep 2009 00:01:48 +0000 Subject: Fix a typo in a FIXME llvm-svn: 81960 --- clang/lib/Sema/SemaTemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Sema/SemaTemplate.cpp') 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(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; -- cgit v1.2.3