diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-21 17:09:27 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-21 17:09:27 +0000 |
| commit | 6db6ce4fe4acdb6f3dc89121968ff4bb93f2a631 (patch) | |
| tree | 484b668701c1e7ee537fc44270917c3a555a670a | |
| parent | 0940a8085e86513b9efbe48fff8e17b748efca17 (diff) | |
| download | bcm5719-llvm-6db6ce4fe4acdb6f3dc89121968ff4bb93f2a631.tar.gz bcm5719-llvm-6db6ce4fe4acdb6f3dc89121968ff4bb93f2a631.zip | |
Fix typo.
llvm-svn: 102005
| -rw-r--r-- | clang/include/clang/AST/ExprObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ExprObjC.h b/clang/include/clang/AST/ExprObjC.h index 8a127c38d66..7aed6cabef3 100644 --- a/clang/include/clang/AST/ExprObjC.h +++ b/clang/include/clang/AST/ExprObjC.h @@ -402,7 +402,7 @@ class ObjCMessageExpr : public Expr { Expr **Args, unsigned NumArgs, SourceLocation RBracLoc); - /// \brief Retrieve the pointer value of the ,essage receiver. + /// \brief Retrieve the pointer value of the ,message receiver. void *getReceiverPointer() const { return *const_cast<void **>( reinterpret_cast<const void * const*>(this + 1)); |

