aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-09-01 08:06:58 +0000
committerNick Clifton <nickc@redhat.com>2010-09-01 08:06:58 +0000
commit0d6cedc074ae1596ceb44f632892ce2951199130 (patch)
treefce2fefbef78f66ae2a7fe85a79ea27e22f96fc7 /ld
parentb97b635e0fb64036559954bfb8e90c7654243a07 (diff)
downloadgdb-0d6cedc074ae1596ceb44f632892ce2951199130.zip
gdb-0d6cedc074ae1596ceb44f632892ce2951199130.tar.gz
gdb-0d6cedc074ae1596ceb44f632892ce2951199130.tar.bz2
Fix typo
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog2
-rw-r--r--ld/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9cf54fd..c3a1d1c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,7 +1,7 @@
2010-08-31 Nick Clifton <nickc@redhat.com>
* ldlex.l (WILDCHAR): Add the caret and exclamation point
- characters, so that they can be used inside regexps.
+ characters, so that they can be used inside globs.
2010-08-31 Nick Clifton <nickc@redhat.com>
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index e9e2025..aee1114 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,6 +1,6 @@
2010-08-31 Nick Clifton <nickc@redhat.com>
- * ld-scripts/section-match.exp: New file. Runs ths
+ * ld-scripts/section-match.exp: New file. Runs the
section-match-1 test.
* ld-scripts/section-match-1.d: New file.
* ld-scripts/section-match-1.s: New file.