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]

Re: [patch] gas/doc/*.texi: Fix typos.


Hi H-P,

> > Index: c-sh64.texi
> > -Like .uaword and .ualong, this allows you to specify an intenionally
> > +Like .uaword and .ualong, this allows you to specify an intensionally
> >  unaligned quadword (64 bit word).
> 
> This should've been "intentionally", methinks.
> "Intensional(ly)" seems a slightly different word, rarely used
> in this context, but rather in philosophy.

Oops.  Fixes thus.  Thanks.

By the way, a similar one that comes to my mind is
complement/compiment.  We complement a lot of things in binutils/gcc
but do not compliment as often.

Kazu Hirata

2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/c-sh64.texi: Fix a typo.

Index: c-sh64.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-sh64.texi,v
retrieving revision 1.5
diff -u -r1.5 c-sh64.texi
--- c-sh64.texi	26 Oct 2003 18:12:03 -0000	1.5
+++ c-sh64.texi	27 Oct 2003 00:01:32 -0000
@@ -173,7 +173,7 @@
 ABIs specified must match.
 
 @item .uaquad
-Like .uaword and .ualong, this allows you to specify an intensionally
+Like .uaword and .ualong, this allows you to specify an intentionally
 unaligned quadword (64 bit word).
 
 @end table


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