[cfe-commits] r152644 - /cfe/trunk/lib/Sema/Sema.cpp
Daniel Dunbar
daniel at zuster.org
Tue Mar 13 11:30:54 PDT 2012
Author: ddunbar
Date: Tue Mar 13 13:30:54 2012
New Revision: 152644
URL: http://llvm.org/viewvc/llvm-project?rev=152644&view=rev
Log:
Spelling.
Modified:
cfe/trunk/lib/Sema/Sema.cpp
Modified: cfe/trunk/lib/Sema/Sema.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.cpp?rev=152644&r1=152643&r2=152644&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/Sema.cpp (original)
+++ cfe/trunk/lib/Sema/Sema.cpp Tue Mar 13 13:30:54 2012
@@ -694,7 +694,7 @@
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 &&
More information about the cfe-commits
mailing list