From fce1b28880ecc01919bff6c678965afbeb09f5ef Mon Sep 17 00:00:00 2001 From: Nikola Smiljanic Date: Wed, 9 Jul 2014 05:42:35 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212589 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaExpr.cpp | 2 +- lib/Sema/SemaLookup.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 92cfc5a4c8..67e839c7e5 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -2103,7 +2103,7 @@ ExprResult Sema::ActOnIdExpression(Scope *S, return E; } - // Don't diagnose an empty lookup for inline assmebly. + // Don't diagnose an empty lookup for inline assembly. if (IsInlineAsmIdentifier) return ExprError(); diff --git a/lib/Sema/SemaLookup.cpp b/lib/Sema/SemaLookup.cpp index c7be6c9315..adb4cbfa5b 100644 --- a/lib/Sema/SemaLookup.cpp +++ b/lib/Sema/SemaLookup.cpp @@ -1723,7 +1723,7 @@ bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, != Context.getCanonicalType(PathElement.Base->getType())) { // We found members of the given name in two subobjects of // different types. If the declaration sets aren't the same, this - // this lookup is ambiguous. + // lookup is ambiguous. if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end())) { CXXBasePaths::paths_iterator FirstPath = Paths.begin(); DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); -- 2.40.0