From ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 29 Oct 2001 22:36:32 +0000 Subject: [PATCH] * ldlang.c: Fix a comment typo. --- ld/ChangeLog | 4 ++++ ld/ldlang.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 26ed67d7017..a25a9e5ea05 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 Kazu Hirata + + * ldlang.c: Fix a comment typo. + 2001-10-23 Alan Modra * configure.host: Move alpha*-*-linux-gnu* entry to generic diff --git a/ld/ldlang.c b/ld/ldlang.c index d463d7b7d4c..014c791c124 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1072,7 +1072,7 @@ already_linked_table_free () /* 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 -- 2.30.2