diff options
Diffstat (limited to 'gdb/displaced-stepping.h')
-rw-r--r-- | gdb/displaced-stepping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/displaced-stepping.h b/gdb/displaced-stepping.h index 7949e5d..2806107 100644 --- a/gdb/displaced-stepping.h +++ b/gdb/displaced-stepping.h @@ -246,7 +246,7 @@ private: std::vector<displaced_step_buffer> m_buffers; }; -/* Default implemention of target_ops::supports_displaced_step. +/* Default implementation of target_ops::supports_displaced_step. Forwards the call to the architecture of THREAD. */ |