r209224 - Fixed spelling.
Yaron Keren
yaron.keren at gmail.com
Tue May 20 11:23:06 PDT 2014
Author: yrnkrn
Date: Tue May 20 13:23:05 2014
New Revision: 209224
URL: http://llvm.org/viewvc/llvm-project?rev=209224&view=rev
Log:
Fixed spelling.
Modified:
cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=209224&r1=209223&r2=209224&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Tue May 20 13:23:05 2014
@@ -7013,7 +7013,7 @@ void Sema::PushUsingDirective(Scope *S,
if (Ctx && !Ctx->isFunctionOrMethod())
Ctx->addDecl(UDir);
else
- // Otherwise, it is at block sope. The using-directives will affect lookup
+ // Otherwise, it is at block scope. The using-directives will affect lookup
// only to the end of the scope.
S->PushUsingDirective(UDir);
}
More information about the cfe-commits
mailing list