diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-24 18:51:49 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-24 18:51:49 +0000 |
commit | 2b139ca67d033ba461ec0b042b9d077313cf585e (patch) | |
tree | 5832e9f4a0f9bad598b26792b8b6b87f1c23de1f /gcc/doc/objc.texi | |
parent | f8deb58a790da80cd764afd1041c68a24d7ab8ab (diff) | |
download | gcc-2b139ca67d033ba461ec0b042b9d077313cf585e.tar.gz |
* doc/invoke.texi: fix typo.
* doc/objc.texi: fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195437 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index fec5305f672..5410c7a8ac0 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -1163,7 +1163,7 @@ and @code{+resolveClassMethod:} has been attempted and did not succeed in dynamically registering the method. To configure the hook, you set the global variable -@code{__objc_msg_foward2} to a function with the same argument and +@code{__objc_msg_forward2} to a function with the same argument and return types of @code{objc_msg_lookup()}. When @code{objc_msg_lookup()} can not find a method implementation, it invokes the hook function you provided to get a method implementation |