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]

[patch] ld/*: Fix comment typos.


Hi,

Attached is a patch to fix comment typos.  Committed as obvious.

Kazu Hirata

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

	* ChangeLog-9197: Fix typos.
	* NEWS: Likewise.
	* ld.texinfo: Likewise.
	* ldlang.c: Fix comment typos.

Index: ChangeLog-9197
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog-9197,v
retrieving revision 1.2
diff -u -r1.2 ChangeLog-9197
--- ChangeLog-9197	13 Mar 2001 06:14:26 -0000	1.2
+++ ChangeLog-9197	25 Oct 2003 16:22:40 -0000
@@ -7574,7 +7574,7 @@
 	* Makefile.in: Add LIB_PATH macro, which if set is used to replace
 	the SEARCH_DIR commands in the scripts (using ugly sed magic).
 	This is primarily intended for cross-linking, where you would
-	place libaries in a different place than native libraries.
+	place libraries in a different place than native libraries.
 	Also, emulations made from ldtemplate now use $(srcdir).
 	* scripttempl/ldglda29k.sc:  Change SEARCH_DIR commands to a
 	conventional form; people can use the Makefile's LIB_PATH to
Index: NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.38
diff -u -r1.38 NEWS
--- NEWS	30 Sep 2003 16:44:04 -0000	1.38
+++ NEWS	25 Oct 2003 16:22:40 -0000
@@ -200,7 +200,7 @@
 
 * The linker now supports linking against SunOS shared libraries.  It still can
 not link SunOS PIC (Position Independent Code) files, so it can not be used to
-generate shared libaries.
+generate shared libraries.
 
 * The linker now supports linking against ELF shared libraries for the i386
 (UnixWare) and SPARC (Solaris).  It can also link ELF PIC files, and can be
Index: ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.99
diff -u -r1.99 ld.texinfo
--- ld.texinfo	11 Oct 2003 09:16:20 -0000	1.99
+++ ld.texinfo	25 Oct 2003 16:22:44 -0000
@@ -884,7 +884,7 @@
 
 @item defs
 Disallows undefined symbols in object files.  Undefined symbols in
-shared libaries are still allowed.
+shared libraries are still allowed.
 
 @item initfirst
 This option is only meaningful when building a shared object.
Index: ldlang.c
===================================================================
RCS file: /cvs/src/src/ld/ldlang.c,v
retrieving revision 1.125
diff -u -r1.125 ldlang.c
--- ldlang.c	24 Oct 2003 18:55:39 -0000	1.125
+++ ldlang.c	25 Oct 2003 16:22:46 -0000
@@ -2923,8 +2923,8 @@
 			/* By default this is an error rather than just a
 			   warning because if we allocate the section to the
 			   default memory region we can end up creating an
-			   excessivly large binary, or even seg faulting when
-			   attmepting to perform a negative seek.  See
+			   excessively large binary, or even seg faulting when
+			   attempting to perform a negative seek.  See
 			     http://sources.redhat.com/ml/binutils/2003-04/msg00423.html
 			   for an example of this.  This behaviour can be
 			   overridden by the using the --no-check-sections


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