gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2010 16:48:02 +0000 (16:48 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2010 16:48:02 +0000 (16:48 +0000)
* breakpoint.c (update_global_location_list): Fix comment typo.

gdb/ChangeLog
gdb/breakpoint.c

index 69937915de557557a7146e6918c727fff2939a20..86e49429cff67ca54ac78fc7dbfd05fc0ab42cf6 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c (update_global_location_list): Fix comment typo.
+
 2010-06-04  Hui Zhu  <teawater@gmail.com>
 
        * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
index 0ee22584f7b0bb98377e81ae56f7b22731306c39..1fc155a91ef56eea16c17b788ca656995b490e18 100644 (file)
@@ -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