From d2ec7268da536871ae05769d776c4f7caf88dbd7 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 21 Apr 2010 17:09:27 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102005 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ExprObjC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/ExprObjC.h b/include/clang/AST/ExprObjC.h index 8a127c38d6..7aed6cabef 100644 --- a/include/clang/AST/ExprObjC.h +++ b/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( reinterpret_cast(this + 1)); -- 2.40.0