diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-28 21:53:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-28 21:53:00 +0000 |
commit | ec744b6705c850b61fdb80d3cdef678bb2325695 (patch) | |
tree | 16997a80f0b81c31950c0b83fdf7bcd3784eced5 /gas/doc | |
parent | 57cdecd25d2a9ed3a4fc8690df718d44227f5e3d (diff) | |
download | gdb-ec744b6705c850b61fdb80d3cdef678bb2325695.zip gdb-ec744b6705c850b61fdb80d3cdef678bb2325695.tar.gz gdb-ec744b6705c850b61fdb80d3cdef678bb2325695.tar.bz2 |
* doc/c-arc.texi: Fix typo.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index 7f8ed6e..780828e 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -230,7 +230,7 @@ Determines the kinds of suffixes to be allowed. Valid values are @code{SUFFIX_FLAG} which indicates the absence or presence of conditional suffixes and flag setting by the extension instruction. It is also possible to specify that an instruction sets the flags and -is condtional by using @code{SUFFIX_CODE} | @code{SUFFIX_FLAG}. +is conditional by using @code{SUFFIX_CODE} | @code{SUFFIX_FLAG}. @item @var{syntaxclass} Determines the syntax class for the instruction. It can have the |