aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r--gdb/annotate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c
index 66774b0..1085291 100644
--- a/gdb/annotate.c
+++ b/gdb/annotate.c
@@ -26,7 +26,7 @@
#include "observer.h"
-/* Prototypes for local functions. */
+/* Prototypes for local functions. */
extern void _initialize_annotate (void);
@@ -57,7 +57,7 @@ breakpoints_changed (void)
target_terminal_ours ();
printf_unfiltered (("\n\032\032breakpoints-invalid\n"));
if (ignore_count_changed)
- ignore_count_changed = 0; /* Avoid multiple break annotations. */
+ ignore_count_changed = 0; /* Avoid multiple break annotations. */
}
}
@@ -65,7 +65,7 @@ breakpoints_changed (void)
want to provide successive multiple breakpoints-invalid messages
that are all caused by the fact that the ignore count is changing
(which could keep the GUI very busy). One is enough, after the
- target actually "stops". */
+ target actually "stops". */
void
annotate_ignore_count_change (void)