From: Douglas Gregor Date: Wed, 16 Sep 2009 00:01:48 +0000 (+0000) Subject: Fix a typo in a FIXME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=861d0e846e53eedc70e0224e429d064fe7410399;p=clang Fix a typo in a FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index 175f2dabfe..e6597f52f7 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/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;