From: Fariborz Jahanian Date: Wed, 21 Apr 2010 17:09:27 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2ec7268da536871ae05769d776c4f7caf88dbd7;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102005 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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));