Fix copy+paste error in comment.

llvm-svn: 112370
This commit is contained in:
Nick Lewycky 2010-08-28 13:52:51 +00:00
parent b0c557be1e
commit 4a9da315d3
1 changed files with 1 additions and 1 deletions

View File

@ -2429,7 +2429,7 @@ public:
return cast<Expr>(SubExprs[LHS] ? SubExprs[LHS] : SubExprs[COND]);
}
// getTrueExpr - Return the subexpression representing the value of the ?:
// getFalseExpr - Return the subexpression representing the value of the ?:
// expression if the condition evaluates to false. This is the same as getRHS.
Expr *getFalseExpr() const { return cast<Expr>(SubExprs[RHS]); }