diff options
author | Steve Naroff <snaroff@apple.com> | 2008-03-19 23:46:26 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-03-19 23:46:26 +0000 |
commit | 0d755ad7d8650dc52eeff25cc3f5bb1a2c93483d (patch) | |
tree | 2a4307ee66d669b0de5b262c1176e33ca9452815 | |
parent | 657aefe011bea7bda36771c07bd5cd8f82a82112 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48571 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 8df023f238..1abbe801f2 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -70,7 +70,7 @@ Sema::ActOnStringLiteral(const Token *StringToks, unsigned NumStringToks) { /// ActOnIdentifierExpr - The parser read an identifier in expression context, /// validate it per-C99 6.5.1. HasTrailingLParen indicates whether this -/// identifier is used in an function call context. +/// identifier is used in a function call context. Sema::ExprResult Sema::ActOnIdentifierExpr(Scope *S, SourceLocation Loc, IdentifierInfo &II, bool HasTrailingLParen) { |