]> granicus.if.org Git - clang/commitdiff
Fix a typo in a FIXME
authorDouglas Gregor <dgregor@apple.com>
Wed, 16 Sep 2009 00:01:48 +0000 (00:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 16 Sep 2009 00:01:48 +0000 (00:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81960 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplate.cpp

index 175f2dabfe2400d84e8d5a0c9b136bf52be353bb..e6597f52f7e253fa0205580dd926a013300a2bc7 100644 (file)
@@ -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;