This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[obv] Comment typo fix
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 4 Jun 2010 18:48:39 +0200
- Subject: [obv] Comment typo fix
http://sourceware.org/ml/gdb-cvs/2010-06/msg00042.html
--- src/gdb/ChangeLog 2010/06/04 02:39:16 1.11872
+++ src/gdb/ChangeLog 2010/06/04 16:47:58 1.11873
@@ -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.
--- src/gdb/breakpoint.c 2010/05/13 22:44:02 1.486
+++ src/gdb/breakpoint.c 2010/06/04 16:48:02 1.487
@@ -9096,7 +9096,7 @@
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