]> granicus.if.org Git - clang/commitdiff
Fix typo. NFC
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 2 Feb 2017 07:53:55 +0000 (07:53 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 2 Feb 2017 07:53:55 +0000 (07:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293871 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index 3b6e3ab5e5e6a18c0802fcc0e5257ed2c09e74a5..fafd91dc7149f3c814ef14829b925aad5b0347ea 100644 (file)
@@ -9956,7 +9956,7 @@ bool Expr::EvalResult::isGlobalLValue() const {
 // 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 {