]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorZhongxing Xu <xuzhongxing@foxmail.com>
Mon, 22 Aug 2011 02:05:13 +0000 (02:05 +0000)
committerZhongxing Xu <xuzhongxing@foxmail.com>
Mon, 22 Aug 2011 02:05:13 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138227 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 9e4c0f091530c720c4da61f1adcb3f84e7cce189..3d4b345ff56b83eea23cae086de7cf6de28dd69a 100644 (file)
@@ -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.