Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1444)

Issue 7159043: [PATCH] gcc/doc: fix two typos (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by minux1
Modified:
11 years, 1 month ago
Reviewers:
richard.guenther, gerald, joseph
CC:
gcc-patches_gcc.gnu.org, minux1
Base URL:
svn://gcc.gnu.org/svn/gcc/trunk/
Visibility:
Public.

Description

2013-01-16 Shenghou Ma <minux.ma@gmail.com> * doc/invoke.texi: fix typo. * doc/objc.texi: fix typo. PS: my copyright assignment id is 782920.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M gcc/doc/invoke.texi View 1 chunk +1 line, -1 line 0 comments Download
M gcc/doc/objc.texi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
minux1
two trivial typo fixes.
11 years, 3 months ago (2013-01-17 18:54:15 UTC) #1
richard.guenther_gmail.com
11 years, 3 months ago (2013-01-18 09:44:01 UTC) #2
On Thu, Jan 17, 2013 at 7:54 PM,  <minux.ma@gmail.com> wrote:
> Reviewers: gerald_pfeifer.com, joseph_codesourcery.com,
>
> Message:
> two trivial typo fixes.

Ok.

Thanks,
Richard.

> Description:
> 2013-01-16  Shenghou Ma  <minux.ma@gmail.com>
>
>         * doc/invoke.texi: fix typo.
>         * doc/objc.texi: fix typo.
>
>
> PS: my copyright assignment id is 782920.
>
> Please review this at https://codereview.appspot.com/7159043/
>
> Affected files:
>   M     gcc/doc/invoke.texi
>   M     gcc/doc/objc.texi
>
>
> Index: gcc/doc/objc.texi
> ===================================================================
> --- gcc/doc/objc.texi   (revision 195276)
> +++ gcc/doc/objc.texi   (working copy)
> @@ -1163,7 +1163,7 @@
>  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
> Index: gcc/doc/invoke.texi
> ===================================================================
> --- gcc/doc/invoke.texi (revision 195276)
> +++ gcc/doc/invoke.texi (working copy)
> @@ -12351,7 +12351,7 @@
>
>  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
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b