[patch] Fix a comment typo in ld/ldlang.c

Kazu Hirata kazu@hxi.com
Mon Oct 29 14:36:00 GMT 2001


Hi,

Attached is a patch to fix a comment typo in ld/ldlang.c.  Comitted as
obvious.

Thanks,

Kazu Hirata

2001-10-29  Kazu Hirata  <kazu@hxi.com>

	* ldlang.c: Fix a comment typo.

Index: ldlang.c
===================================================================
RCS file: /cvs/src/src/ld/ldlang.c,v
retrieving revision 1.64
diff -u -r1.64 ldlang.c
--- ldlang.c	2001/09/29 12:57:54	1.64
+++ ldlang.c	2001/10/29 22:32:28
@@ -1072,7 +1072,7 @@
 /* Return true if the PATTERN argument is a wildcard pattern.
    Although backslashes are treated specially if a pattern contains
    wildcards, we do not consider the mere presence of a backslash to
-   be enough to cause the the pattern to be treated as a wildcard.
+   be enough to cause the pattern to be treated as a wildcard.
    That lets us handle DOS filenames more naturally.  */
 
 static boolean



More information about the Binutils mailing list