aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-16 00:01:48 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-16 00:01:48 +0000
commit861d0e846e53eedc70e0224e429d064fe7410399 (patch)
tree2911baae2caf3433b830b6d6671ef9c87b05a2c9 /lib/Sema/SemaTemplate.cpp
parent1f2c32e61ca0825e05e7bf6af2f3cb59e21ed2b9 (diff)
Fix a typo in a FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r--lib/Sema/SemaTemplate.cpp2
1 files changed, 1 insertions, 1 deletions
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<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;