diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-03-13 18:30:54 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-03-13 18:30:54 +0000 |
commit | 00b43848e4a320b0845c1004694fa50920096c75 (patch) | |
tree | 07d0e69e0c71b08a5e4bf84b26a8be9c930f79b0 /lib/Sema/Sema.cpp | |
parent | cefcbef6f3b1e34f31ce0e47214c8b90fedfb9ac (diff) |
Spelling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.cpp')
-rw-r--r-- | lib/Sema/Sema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp index 4557a23621..c3b162031b 100644 --- a/lib/Sema/Sema.cpp +++ b/lib/Sema/Sema.cpp @@ -694,7 +694,7 @@ Sema::SemaDiagnosticBuilder::~SemaDiagnosticBuilder() { case DiagnosticIDs::SFINAE_AccessControl: { // Per C++ Core Issue 1170, access control is part of SFINAE. - // Additionally, the AccessCheckingSFINAE flag can be used to temporary + // Additionally, the AccessCheckingSFINAE flag can be used to temporarily // make access control a part of SFINAE for the purposes of checking // type traits. if (!SemaRef.AccessCheckingSFINAE && |