From 3ebf3b24cf37c2870f671eea0041dcff73994804 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 29 Jul 2016 05:26:58 +0000 Subject: [PATCH] [Typo police] s/proccess/process/, s/auxiliary/auxilliary/. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277113 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 109036f958..90c854535e 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -789,7 +789,7 @@ public: protected: // A pointer union of Stmt * and EvaluatedStmt *. When an EvaluatedStmt, we - // have allocated the auxilliary struct of information there. + // have allocated the auxiliary struct of information there. // // TODO: It is a bit unfortunate to use a PointerUnion inside the VarDecl for // this as *many* VarDecls are ParmVarDecls that don't have default -- 2.40.0