From: Yaron Keren Date: Tue, 20 May 2014 18:23:05 +0000 (+0000) Subject: Fixed spelling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a87f570af679d1a0fbf9b3e1c731dea3b3ccc651;p=clang Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209224 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index ef4f8dd4e6..69937744cd 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -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); }