From: Sanjay Patel Date: Fri, 28 Aug 2015 14:42:54 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81e96a3d20c4d1c3bdc6fdbc2a800d11f7347c7e;p=clang fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246303 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index c5d92a62bf..ca465d6968 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -1349,7 +1349,7 @@ namespace { }; // end class DeclExtractor - // DeclMatcher checks to see if the decls are used in a non-evauluated + // DeclMatcher checks to see if the decls are used in a non-evaluated // context. class DeclMatcher : public EvaluatedExprVisitor { llvm::SmallPtrSetImpl &Decls;