aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-01-24 18:51:49 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-24 18:51:49 +0000
commitf5ba49ac2e76583f732bc2cdb76ed54e59bffd09 (patch)
tree5832e9f4a0f9bad598b26792b8b6b87f1c23de1f /gcc
parent72d1cef254cd58253914f4a041bf5696368bb8da (diff)
downloadgcc-f5ba49ac2e76583f732bc2cdb76ed54e59bffd09.zip
gcc-f5ba49ac2e76583f732bc2cdb76ed54e59bffd09.tar.gz
gcc-f5ba49ac2e76583f732bc2cdb76ed54e59bffd09.tar.bz2
invoke.texi: fix typo.
* doc/invoke.texi: fix typo. * doc/objc.texi: fix typo. From-SVN: r195437
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
-rw-r--r--gcc/doc/objc.texi2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4187ac1..675138f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-24 Shenghou Ma <minux.ma@gmail.com>
+
+ * doc/invoke.texi: fix typo.
+ * doc/objc.texi: fix typo.
+
2013-01-24 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.md (*and<mode>3_mips16): Use the "W" constraint
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5568748..568190b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12358,7 +12358,7 @@ linker multiple times and joining the results together with
The subtype of the file created (like @samp{ppc7400} or @samp{ppc970} or
@samp{i686}) is determined by the flags that specify the ISA
-that GCC is targetting, like @option{-mcpu} or @option{-march}. The
+that GCC is targeting, like @option{-mcpu} or @option{-march}. The
@option{-force_cpusubtype_ALL} option can be used to override this.
The Darwin tools vary in their behavior when presented with an ISA
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi
index fec5305..5410c7a 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