[cfe-commits] r102005 - /cfe/trunk/include/clang/AST/ExprObjC.h
Fariborz Jahanian
fjahanian at apple.com
Wed Apr 21 10:09:28 PDT 2010
Author: fjahanian
Date: Wed Apr 21 12:09:27 2010
New Revision: 102005
URL: http://llvm.org/viewvc/llvm-project?rev=102005&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/include/clang/AST/ExprObjC.h
Modified: cfe/trunk/include/clang/AST/ExprObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprObjC.h?rev=102005&r1=102004&r2=102005&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprObjC.h (original)
+++ cfe/trunk/include/clang/AST/ExprObjC.h Wed Apr 21 12:09:27 2010
@@ -402,7 +402,7 @@
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));
More information about the cfe-commits
mailing list