aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h
index 73f6895..1011cf8 100644
--- a/gdb/gdbthread.h
+++ b/gdb/gdbthread.h
@@ -216,7 +216,7 @@ struct thread_suspend_state
- If the thread is running, then this field has its value removed by
calling stop_pc.reset() (see thread_info::set_executing()).
Attempting to read a std::optional with no value is undefined
- behaviour and will trigger an assertion error when _GLIBCXX_DEBUG is
+ behavior and will trigger an assertion error when _GLIBCXX_DEBUG is
defined, which should make error easier to track down. */
std::optional<CORE_ADDR> stop_pc;
};