Bug 14003 - Fix typos/wording in invoke.texi
Summary: Fix typos/wording in invoke.texi
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.3
: P2 normal
Target Milestone: 3.3.3
Assignee: Andrew Pinski
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2004-02-03 16:48 UTC by Wolfgang Bangerth
Modified: 2004-02-04 07:11 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2004-02-03 23:35:04


Attachments
Patch against 3.3 branch (1.11 KB, patch)
2004-02-03 16:49 UTC, Wolfgang Bangerth
Details | Diff
Patch against 3.4 branch and mainline (1.12 KB, patch)
2004-02-03 16:49 UTC, Wolfgang Bangerth
Details | Diff
New 3.3 patch (990 bytes, patch)
2004-02-03 16:53 UTC, Wolfgang Bangerth
Details | Diff
New 3.4/mainline patch (1006 bytes, patch)
2004-02-03 16:54 UTC, Wolfgang Bangerth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Bangerth 2004-02-03 16:48:15 UTC
Attached are a patch against the 3.3 tree and one against both 3.4 branch 
and mainline, that fix a few misspellings etc. I think they could be 
applied as obvious, but I don't presently have any tree checked out 
with CVS write access. Maybe someone can take care of that for me? 
 
Thanks 
  W. 
 
ChangeLog entry: 
 
2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org> 
 
	* doc/invoke.texi (x86 options): Fix spelling/wording.
Comment 1 Wolfgang Bangerth 2004-02-03 16:49:12 UTC
Created attachment 5664 [details]
Patch against 3.3 branch
Comment 2 Wolfgang Bangerth 2004-02-03 16:49:39 UTC
Created attachment 5665 [details]
Patch against 3.4 branch and mainline
Comment 3 Volker Reichelt 2004-02-03 16:51:01 UTC
Wolfgang, you hosed the copyright sections in both patches, could you
please repost corrected ones?
Comment 4 Wolfgang Bangerth 2004-02-03 16:52:47 UTC
Actually, emacs did :-) 
 
I'll just delete the respective hunks from the diffs and repost. 
 
W. 
Comment 5 Wolfgang Bangerth 2004-02-03 16:53:39 UTC
Created attachment 5666 [details]
New 3.3 patch
Comment 6 Wolfgang Bangerth 2004-02-03 16:54:19 UTC
Created attachment 5667 [details]
New 3.4/mainline patch
Comment 7 Steven Bosscher 2004-02-03 23:35:03 UTC
Fixed for 3.4. 
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00254.html 
Comment 8 Steven Bosscher 2004-02-03 23:46:35 UTC
Fixed for mainline too: 
http://gcc.gnu.org/ml/gcc-cvs/2004-02/msg00140.html 
 
I just realized I should have added PR numbers to the ChangeLog, but I guess 
it's no big deal for such trivial patches... 
Comment 9 Wolfgang Bangerth 2004-02-04 00:26:46 UTC
Thanks, guys. The PR-in-Changelog is probably really unimportant, I just wanted to 
have it in bugzilla since I had the patch around and no CVS-writable version. 
 
The question for Gaby, as I get it, was: can you apply the patch yourself? Nobody seemed to 
have a checked-out tree around. 
 
Thanks again 
W. 
Comment 10 Andrew Pinski 2004-02-04 07:05:42 UTC
Mine, I will apply it as it was approved.
Comment 11 GCC Commits 2004-02-04 07:11:06 UTC
Subject: Bug 14003

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	pinskia@gcc.gnu.org	2004-02-04 07:11:00

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : invoke.texi 

Log message:
	2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
	
	PR other/14003
	* doc/invoke.texi (x86 options): Fix spelling/wording.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.898&r2=1.16114.2.899
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.209.2.52&r2=1.209.2.53

Comment 12 Andrew Pinski 2004-02-04 07:11:20 UTC
Fixed.