aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2020-06-17 15:07:45 -0700
committerKeith Seitz <keiths@redhat.com>2020-06-17 15:07:45 -0700
commit99cf27cf12978c634cef590a243a0d9a65285413 (patch)
treeac1dc34312abb5a81043243654884dc1db05c89d
parent05e682e3be7e3d9d63ec358dcf8943fd200545cb (diff)
downloadgdb-99cf27cf12978c634cef590a243a0d9a65285413.zip
gdb-99cf27cf12978c634cef590a243a0d9a65285413.tar.gz
gdb-99cf27cf12978c634cef590a243a0d9a65285413.tar.bz2
Fix typo in my gdb.debuginfod entry.
-rw-r--r--gdb/testsuite/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2d60408..2cdd2ea 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -12,7 +12,7 @@
2020-06-17 Keith Seitz <keiths@redhat.com>
- * gdb.deuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
+ * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
when executing "gdb --configuration".
2020-06-17 Tom de Vries <tdevries@suse.de>