]> granicus.if.org Git - clang/commitdiff
Fixed spelling.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 20 May 2014 18:23:05 +0000 (18:23 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 20 May 2014 18:23:05 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209224 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index ef4f8dd4e6a715564b01181734645db5c16ad69a..69937744cdd34fc21ecd2270d2faa26cc042c14a 100644 (file)
@@ -7013,7 +7013,7 @@ void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
   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);
 }