]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 21 Apr 2010 17:09:27 +0000 (17:09 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 21 Apr 2010 17:09:27 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102005 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprObjC.h

index 8a127c38d660ff2e809d6ef5fc463c21c5c0f468..7aed6cabef39e7e6603fbbd708bbb28d12f7100a 100644 (file)
@@ -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));