From: Zhongxing Xu Date: Mon, 22 Aug 2011 02:05:13 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec5bc81fd55bfcc26fc4bde6d5e33113d94c2209;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138227 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 9e4c0f0915..3d4b345ff5 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -2772,7 +2772,7 @@ protected: /// CompoundAssignOperator - For compound assignments (e.g. +=), we keep /// track of the type the operation is performed in. Due to the semantics of -/// these operators, the operands are promoted, the aritmetic performed, an +/// these operators, the operands are promoted, the arithmetic performed, an /// implicit conversion back to the result type done, then the assignment takes /// place. This captures the intermediate type which the computation is done /// in.