Fix typo. NFC

llvm-svn: 293871
This commit is contained in:
George Burgess IV 2017-02-02 07:53:55 +00:00
parent 607617b004
commit 5731707668
1 changed files with 1 additions and 1 deletions

View 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 {