gdb/
[binutils-gdb.git] / gdb / breakpoint.c
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