diff options
author | Martin Sebor <msebor@redhat.com> | 2017-03-21 21:37:29 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2017-03-21 15:37:29 -0600 |
commit | fd250f0d4e02e7578fbaba2a77a46be3ca0dc47f (patch) | |
tree | 4e75a6890a73f85e8d458984f34951e7b42eb1f8 /gcc/doc/objc.texi | |
parent | b7fc45a78a9ca5831cc6d51c2795e91ad7c5e0f2 (diff) | |
download | gcc-fd250f0d4e02e7578fbaba2a77a46be3ca0dc47f.zip gcc-fd250f0d4e02e7578fbaba2a77a46be3ca0dc47f.tar.gz gcc-fd250f0d4e02e7578fbaba2a77a46be3ca0dc47f.tar.bz2 |
Use the more formal "cannot" instead of the informal "can't."
gcc/ChangeLog:
* doc/extend.texi: Use "cannot" instead of "can't."
* doc/hostconfig.texi: Same.
* doc/install.texi: Same.
* doc/invoke.texi: Same.
* doc/loop.texi: Same.
* doc/md.texi: Same.
* doc/objc.texi: Same.
* doc/rtl.texi: Same.
* doc/tm.texi: Same.
* doc/tm.texi.in: Same.
* doc/trouble.texi: Same.
From-SVN: r246334
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 87eaf1b..a6553b5 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -1157,7 +1157,7 @@ GCC version 4.6. The GNU Objective-C runtime provides a hook, called @code{__objc_msg_forward2}, which is called by -@code{objc_msg_lookup()} when it can't find a method implementation in +@code{objc_msg_lookup()} when it cannot find a method implementation in the runtime tables and after calling @code{+resolveInstanceMethod:} and @code{+resolveClassMethod:} has been attempted and did not succeed in dynamically registering the method. |