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]

[committed] Fix spelling error in hppa.sed


Title says it all.  Tested on hppa64-hp-hpux11.11.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* config/hppa.sed: Fix spelling.

Index: config/hppa.sed
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/config/hppa.sed,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 hppa.sed
--- config/hppa.sed	3 May 1999 07:29:11 -0000	1.1.1.1
+++ config/hppa.sed	3 Mar 2009 02:25:56 -0000
@@ -1,4 +1,4 @@
 s/# Old OSF sed blows up if you have a sed command starting with "#"//
 s/# Avoid it by putting the comments within real sed commands.//
-s/# Fix the definition of common_symbol to be correct for the PA assebmlers.//
+s/# Fix the definition of common_symbol to be correct for the PA assemblers.//
 s/	\.comm common_symbol,4/common_symbol	.comm 4/


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