r293871 - Fix typo. NFC

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 1 23:53:55 PST 2017


Author: gbiv
Date: Thu Feb  2 01:53:55 2017
New Revision: 293871

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

Modified:
    cfe/trunk/lib/AST/ExprConstant.cpp

Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=293871&r1=293870&r2=293871&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Thu Feb  2 01:53:55 2017
@@ -9956,7 +9956,7 @@ bool Expr::EvalResult::isGlobalLValue()
 // Note that to reduce code duplication, this helper does no evaluation
 // itself; the caller checks whether the expression is evaluatable, and
 // in the rare cases where CheckICE actually cares about the evaluated
-// value, it calls into Evalute.
+// value, it calls into Evaluate.
 
 namespace {
 




More information about the cfe-commits mailing list