diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:36:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:36:32 +0000 |
commit | ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35 (patch) | |
tree | 658c0b49a6fadfec2742f18f3521330f87c143a9 /ld/ldlang.c | |
parent | 5b74f489cbbf8a2d210385346f3d51c460ad2409 (diff) | |
download | gdb-ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35.zip gdb-ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35.tar.gz gdb-ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35.tar.bz2 |
* ldlang.c: Fix a comment typo.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index d463d7b..014c791 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 |