[cfe-commits] r138227 - /cfe/trunk/include/clang/AST/Expr.h

Zhongxing Xu xuzhongxing at foxmail.com
Sun Aug 21 19:05:14 PDT 2011


Author: zhongxingxu
Date: Sun Aug 21 21:05:13 2011
New Revision: 138227

URL: http://llvm.org/viewvc/llvm-project?rev=138227&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/AST/Expr.h

Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=138227&r1=138226&r2=138227&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Sun Aug 21 21:05:13 2011
@@ -2772,7 +2772,7 @@
 
 /// 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.





More information about the cfe-commits mailing list