This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Fix a typo


Noticed while reviewing HTML documentation for binutils 2.18.  Only
noteworthy because it arrived in a patch labelled "fix typos"...

At the same time a lot of "i.e. foo" were changed to "i.e., foo".
I don't know if that's correct, but it struck me as odd.

-- 
Daniel Jacobowitz
CodeSourcery

2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>

	* doc/c-arc.texi: Fix typo.

Index: c-arc.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arc.texi,v
retrieving revision 1.7
diff -u -p -r1.7 c-arc.texi
--- c-arc.texi	24 Jul 2006 13:49:49 -0000	1.7
+++ c-arc.texi	28 Aug 2007 21:52:11 -0000
@@ -230,7 +230,7 @@ Determines the kinds of suffixes to be a
 @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


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