This is the mail archive of the binutils@sources.redhat.com 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 Xtensa GAS doc typo


This patch just fixes a typo in the Xtensa GAS docs. Committed on mainline.

2005-05-06 Bob Wilson <bob.wilson@acm.org>

* doc/c-xtensa.texi (Literal Directive): Spelling correction.


Index: doc/c-xtensa.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-xtensa.texi,v
retrieving revision 1.6
diff -u -r1.6 c-xtensa.texi
--- doc/c-xtensa.texi	3 Mar 2005 01:29:54 -0000	1.6
+++ doc/c-xtensa.texi	6 May 2005 22:21:04 -0000
@@ -618,7 +618,7 @@
 the data in a literal pool.
 
 Literal pools for absolute mode @code{L32R} instructions
-(@pxref{Absolute Literals Directive}) are placed in a seperate
+(@pxref{Absolute Literals Directive}) are placed in a separate
 @code{.lit4} section.  By default literal pools for PC-relative mode
 @code{L32R} instructions are placed in a separate @code{.literal}
 section; however, when using the @samp{--text-@-section-@-literals}

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