]> granicus.if.org Git - clang/commitdiff
typo
authorGabor Greif <ggreif@gmail.com>
Thu, 30 Sep 2010 15:22:01 +0000 (15:22 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 30 Sep 2010 15:22:01 +0000 (15:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115148 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index f6bd17c521a7ddd3d08a2f06d7179229a733f33c..e8600f4c9b65695c33b24797c7413caf815d7bb3 100644 (file)
@@ -367,7 +367,7 @@ public:
   bool isEvaluatable(ASTContext &Ctx) const;
 
   /// HasSideEffects - This routine returns true for all those expressions
-  /// which must be evaluated each time and must not be optimization away 
+  /// which must be evaluated each time and must not be optimized away 
   /// or evaluated at compile time. Example is a function call, volatile
   /// variable read.
   bool HasSideEffects(ASTContext &Ctx) const;