summaryrefslogtreecommitdiffstats
path: root/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2017-02-02 07:53:55 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2017-02-02 07:53:55 +0000
commite9f29c3cd469cbbbe3099617a874840ab449eb1f (patch)
treecf10035190e58f2ec12e5627de40e0a982dd8ee8 /lib/AST/ExprConstant.cpp
parentb6c113aacbf38fa5acb3d5db7cd21c84a67e739c (diff)
Fix typo. NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r--lib/AST/ExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp
index 3b6e3ab5e5..fafd91dc71 100644
--- a/lib/AST/ExprConstant.cpp
+++ b/lib/AST/ExprConstant.cpp
@@ -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 {