[cfe-commits] r81960 - /cfe/trunk/lib/Sema/SemaTemplate.cpp

Douglas Gregor dgregor at apple.com
Tue Sep 15 17:01:48 PDT 2009


Author: dgregor
Date: Tue Sep 15 19:01:48 2009
New Revision: 81960

URL: http://llvm.org/viewvc/llvm-project?rev=81960&view=rev
Log:
Fix a typo in a FIXME

Modified:
    cfe/trunk/lib/Sema/SemaTemplate.cpp

Modified: cfe/trunk/lib/Sema/SemaTemplate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplate.cpp?rev=81960&r1=81959&r2=81960&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplate.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplate.cpp Tue Sep 15 19:01:48 2009
@@ -940,7 +940,7 @@
           = 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;





More information about the cfe-commits mailing list