diff options
Diffstat (limited to 'gdb/stubs')
-rw-r--r-- | gdb/stubs/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/stubs/ia64vms-stub.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/stubs/ChangeLog b/gdb/stubs/ChangeLog index 835aed9..a5cfae0 100644 --- a/gdb/stubs/ChangeLog +++ b/gdb/stubs/ChangeLog @@ -1,3 +1,7 @@ +2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> + + * ia64vms-stub.c: Fix typo in comment (thead -> thread). + 2019-10-26 Tom de Vries <tdevries@suse.de> * ia64vms-stub.c: Fix typos in comments. diff --git a/gdb/stubs/ia64vms-stub.c b/gdb/stubs/ia64vms-stub.c index 771d4a1..740a61b 100644 --- a/gdb/stubs/ia64vms-stub.c +++ b/gdb/stubs/ia64vms-stub.c @@ -776,7 +776,7 @@ set_thread_scheduling (int val) return blk.dbgext$l_stop_value; } -/* Get next thead (after THR). Start with 0. */ +/* Get next thread (after THR). Start with 0. */ static unsigned int thread_next (unsigned int thr) |