]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo.
authorJeff Law <law@gcc.gnu.org>
Wed, 25 Aug 1999 08:21:46 +0000 (02:21 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Aug 1999 08:21:46 +0000 (02:21 -0600)
From-SVN: r28852

gcc/NEWS
gcc/config/ns32k/ns32k.md
gcc/f/ffe.texi
gcc/tm.texi

index 427df254eb6f84999fa575013b79f0dfe40a9814..965422b9a75dea2957e0b5ac2578c96022c08a9e 100644 (file)
--- a/gcc/NEWS
+++ b/gcc/NEWS
@@ -68,7 +68,7 @@ Build time improvements for targets which support lots of sched parameters
 (alpha and mips primarily).
 
 Compile time for certain programs using large constant initializers has been
-improved (effects glibc significantly).
+improved (affects glibc significantly).
 
 Plus an incredible number of infrastructure changes, warning fixes, bugfixes
 and local optimizations.
index 69ba564638bd6bc5d9826ed22b0036716e146edc..c5fe1602b437fc4cf1b71df1e89d4f21bc040edf 100644 (file)
   DONE;
 }")
 
-;; deiw wants two hi's in seperate registers or else they can be adjacent
+;; deiw wants two hi's in separate registers or else they can be adjacent
 ;; in memory. DI mode will ensure two registers are available, but if we
 ;; want to allow memory as an operand we would need SI mode. There is no
 ;; way to do this, so just restrict operand 0 and 1 to be in registers.
   DONE;
 }")
 
-;; deib wants two qi's in seperate registers or else they can be adjacent
+;; deib wants two qi's in separate registers or else they can be adjacent
 ;; in memory. DI mode will ensure two registers are available, but if we
 ;; want to allow memory as an operand we would need HI mode. There is no
 ;; way to do this, so just restrict operand 0 and 1 to be in registers.
index e30333280d11590a2a44dcb6c942c0204b036b2a..630fe35b8621f3a8402001a1289c68628aded0bd 100644 (file)
@@ -640,7 +640,7 @@ and
 except it also provides automatic conversion of tabs
 and ignoring of newline-related carriage returns.
 
-It also effects the ``pure visual'' model,
+It also affects the ``pure visual'' model,
 by which is meant that a user viewing his code
 in a typical text editor
 (assuming it's not preprocessed via @code{g77stripcard} or similar)
index e181371bcd096ccdaf93af3120fd0b7550ea2e15..ed286fe20103c605270fafe641b6e934ba39e95b 100644 (file)
@@ -2981,7 +2981,7 @@ stack.
 @item LOAD_ARGS_REVERSED
 If defined, the order in which arguments are loaded into their
 respective argument registers is reversed so that the last 
-argument is loaded first.  This macro only effects arguments
+argument is loaded first.  This macro only affects arguments
 passed in registers.
 
 @end table
This page took 0.086929 seconds and 5 git commands to generate.