aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-04 16:48:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-04 16:48:02 +0000
commit2dec564e9127282478f922bc9946248745c5b140 (patch)
treee556b323bf728d80cdfd836f322d3320bedcb03f /gdb/breakpoint.c
parenteb80184136fd0c02589c2eb0be319e4f70e6b130 (diff)
downloadgdb-2dec564e9127282478f922bc9946248745c5b140.zip
gdb-2dec564e9127282478f922bc9946248745c5b140.tar.gz
gdb-2dec564e9127282478f922bc9946248745c5b140.tar.bz2
gdb/
* breakpoint.c (update_global_location_list): Fix comment typo.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 0ee2258..1fc155a 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -9096,7 +9096,7 @@ update_global_location_list (int should_insert)
soon, we'll fail to do the PC adjustment, and report
a random SIGTRAP to the user. When the user resumes
the inferior, it will most likely immediately crash
- with SIGILL/SIGBUS/SEGSEGV, or worse, get silently
+ with SIGILL/SIGBUS/SIGSEGV, or worse, get silently
corrupted, because of being resumed e.g., in the
middle of a multi-byte instruction, or skipped a
one-byte instruction. This was actually seen happen