This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] doc/*.texi: Fix typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.
	* doc/md.texi: Likewise.

Index: install.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/install.texi,v
retrieving revision 1.247
diff -u -r1.247 install.texi
--- install.texi	3 Jan 2004 18:55:26 -0000	1.247
+++ install.texi	6 Jan 2004 16:06:43 -0000
@@ -1089,7 +1089,7 @@
 without optimization.
 
 @item --enable-gather-detailed-mem-stats
-When this option is specfied more detailed information on memory
+When this option is specified more detailed information on memory
 allocation is gathered.  This information is printed when using
 @option{-fmem-report}. 
 
Index: invoke.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.383
diff -u -r1.383 invoke.texi
--- invoke.texi	5 Jan 2004 18:11:31 -0000	1.383
+++ invoke.texi	6 Jan 2004 16:01:45 -0000
@@ -6882,7 +6882,7 @@
 @item -mbranch-cost=@var{number}
 @opindex mbranch-cost=@var{number}
 @var{number} can only be 1 or 2.  If it is 1 then branches will be
-prefered over conditional code, if it is 2, then the opposite will
+preferred over conditional code, if it is 2, then the opposite will
 apply.
 
 @item -mflush-trap=@var{number}
@@ -7326,7 +7326,7 @@
 according to the scheduler's grouping.
 @var{regroup_exact}: Insert nops to force costly dependent insns into
 separate groups.  Insert exactly as many nops as needed to force an insn
-to a new group, according to the estimatied processor grouping.
+to a new group, according to the estimated processor grouping.
 @var{number}: Insert nops to force costly dependent insns into 
 separate groups.  Insert @var{number} nops to force an insn to a new group.
 
Index: md.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/md.texi,v
retrieving revision 1.81
diff -u -r1.81 md.texi
--- md.texi	24 Dec 2003 16:19:16 -0000	1.81
+++ md.texi	24 Dec 2003 18:41:28 -0000
@@ -1828,11 +1828,11 @@
 Non-SP registers (everything except @samp{SP})
 
 @item R
-Indirect thru @samp{IP} - Avoid this except for @code{QImode}, since we
+Indirect through @samp{IP} - Avoid this except for @code{QImode}, since we
 can't access extra bytes
 
 @item S
-Indirect thru @samp{SP} or @samp{DP} with short displacement (0..127)
+Indirect through @samp{SP} or @samp{DP} with short displacement (0..127)
 
 @item T
 Data-section immediate value


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]