]> granicus.if.org Git - clang/commitdiff
[Typo police] s/proccess/process/, s/auxiliary/auxilliary/.
authorJustin Lebar <jlebar@google.com>
Fri, 29 Jul 2016 05:26:58 +0000 (05:26 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 29 Jul 2016 05:26:58 +0000 (05:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277113 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 109036f9588eaab0283077b6ccb522605daada6f..90c854535e7afede7784923bd7683c10d64ed7cb 100644 (file)
@@ -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