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 | 157c403cb83dd6aead597a5cfc9d38d300ff32b0 (patch) | |
| tree | f86e33ba5a4702a379c8669a9cf1f806da537bb5 /clang/lib | |
| parent | bbba76fc99110339e356e11ae2b1f887406425be (diff) | |
| download | bcm5719-llvm-157c403cb83dd6aead597a5cfc9d38d300ff32b0.tar.gz bcm5719-llvm-157c403cb83dd6aead597a5cfc9d38d300ff32b0.zip | |
Fix typo.
llvm-svn: 48571
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 8df023f2387..1abbe801f25 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/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) { |

