diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index b80b352..3abb596 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11077,7 +11077,7 @@ clear_command (const char *arg, int from_tty) } } - /* Now go thru the 'found' chain and delete them. */ + /* Now go through the 'found' chain and delete them. */ if (found.empty ()) { if (arg) |