aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-02-18 17:04:36 -0700
committerJeff Law <law@gcc.gnu.org>1998-02-18 17:04:36 -0700
commit556e0f21f46afeb19ad4881808eab186b676dc57 (patch)
treed0bc49ad3f508d937f5af8e2cd6dc3a36558dc27
parent3875b31da7e22e83f5a5ca696e88a7c13f967b75 (diff)
downloadgcc-556e0f21f46afeb19ad4881808eab186b676dc57.zip
gcc-556e0f21f46afeb19ad4881808eab186b676dc57.tar.gz
gcc-556e0f21f46afeb19ad4881808eab186b676dc57.tar.bz2
Fix doc typos.
From-SVN: r18104
-rw-r--r--gcc/md.texi2
-rw-r--r--gcc/tm.texi8
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/md.texi b/gcc/md.texi
index 96968fe..e3e4ce5 100644
--- a/gcc/md.texi
+++ b/gcc/md.texi
@@ -1669,7 +1669,7 @@ now in existence use constraints.
Here is a table of the instruction names that are meaningful in the RTL
generation pass of the compiler. Giving one of these names to an
instruction pattern tells the RTL generation pass that it can use the
-pattern in to accomplish a certain task.
+pattern to accomplish a certain task.
@table @asis
@cindex @code{mov@var{m}} instruction pattern
diff --git a/gcc/tm.texi b/gcc/tm.texi
index d4e6d4e..168ee40 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -2314,7 +2314,7 @@ allocation has been done (for example, because the saved registers are
between these two locations). On those machines, define
@code{FRAME_POINTER_REGNUM} the number of a special, fixed register to
be used internally until the offset is known, and define
-@code{HARD_FRAME_POINTER_REGNUM} to be actual the hard register number
+@code{HARD_FRAME_POINTER_REGNUM} to be the actual hard register number
used for the frame pointer.
You should define this macro only in the very rare circumstances when it
@@ -5975,7 +5975,7 @@ operands to @code{asm_fprintf}.
Define the macros @code{REGISTER_PREFIX}, @code{LOCAL_LABEL_PREFIX},
@code{USER_LABEL_PREFIX} and @code{IMMEDIATE_PREFIX} if you can express
-the variations in assemble language syntax with that mechanism. Define
+the variations in assembly language syntax with that mechanism. Define
@code{ASSEMBLER_DIALECT} and use the @samp{@{option0|option1@}} syntax
if the syntax variant are larger and involve such things as different
opcodes or operand order.
@@ -6183,7 +6183,7 @@ expression of type @code{int}.
@findex ASM_NO_SKIP_IN_TEXT
@item ASM_NO_SKIP_IN_TEXT
Define this macro if @code{ASM_OUTPUT_SKIP} should not be used in the
-text section because it fails put zeros in the bytes that are skipped.
+text section because it fails to put zeros in the bytes that are skipped.
This is true on many Unix systems, where the pseudo--op to skip bytes
produces no-op instructions rather than zeros when used in the text
section.
@@ -6829,7 +6829,7 @@ incorrect definitions that omit an rtl code that may be matched by the
predicate can cause the compiler to malfunction). Instead, it allows
the table built by @file{genrecog} to be more compact and efficient,
thus speeding up the compiler. The most important predicates to include
-in the list specified by this macro are thoses used in the most insn
+in the list specified by this macro are those used in the most insn
patterns.
@findex CASE_VECTOR_MODE