summaryrefslogtreecommitdiff
path: root/gas/doc/c-m68k.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gas/doc/c-m68k.texi')
-rw-r--r--gas/doc/c-m68k.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi
index 9d92aa0cdbd..7beca110ed3 100644
--- a/gas/doc/c-m68k.texi
+++ b/gas/doc/c-m68k.texi
@@ -113,7 +113,7 @@ at the beginning of a line.
@cindex @samp{--base-size-default-16}
@cindex @samp{--base-size-default-32}
-@item --base-size-default-16 --base-size-default-32
+@item --base-size-default-16 --base-size-default-32
If you use an addressing mode with a base register without specifying
the size, @code{@value{AS}} will normally use the full 32 bit value.
For example, the addressing mode @samp{%a0@@(%d0)} is equivalent to
@@ -346,7 +346,7 @@ The following additional addressing modes are understood:
@table @dfn
@item Address Register Indirect
-@samp{(%a0)} through @samp{(%a7)}@*
+@samp{(%a0)} through @samp{(%a7)}@*
@samp{%a7} is also known as @samp{%sp}, i.e., the Stack Pointer. @code{%a6}
is also known as @samp{%fp}, the Frame Pointer.
@@ -615,7 +615,7 @@ branch instructions allow both word and long displacements.
@cindex comments, M680x0
Line comments are introduced by the @samp{|} character appearing
anywhere on a line, unless the @option{--bitwise-or} command line option
-has been specified.
+has been specified.
An asterisk (@samp{*}) as the first character on a line marks the
start of a line comment as well.