From: Daniel Dunbar Date: Tue, 13 Mar 2012 18:30:54 +0000 (+0000) Subject: Spelling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00b43848e4a320b0845c1004694fa50920096c75;p=clang Spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152644 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 &&