diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:08:05 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:08:05 +0000 |
commit | 3cbb88dcd12697a7fdaee0458874e336830b8e3d (patch) | |
tree | b61ce98f26632f8f9544758d4649f4246dc20628 /gdb/infrun.c | |
parent | 8fef05cc0416032a9b95ee4757b239198b80565f (diff) | |
download | gdb-3cbb88dcd12697a7fdaee0458874e336830b8e3d.zip gdb-3cbb88dcd12697a7fdaee0458874e336830b8e3d.tar.gz gdb-3cbb88dcd12697a7fdaee0458874e336830b8e3d.tar.bz2 |
Corrected spelling in comment: unles -> unless.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 1aef786..a753e5f 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1431,7 +1431,7 @@ handle_inferior_event (struct execution_control_state *ecs) insert_breakpoints (); /* We need to restart all the threads now, - * unles we're running in scheduler-locked mode. + * unless we're running in scheduler-locked mode. * FIXME: shouldn't we look at currently_stepping ()? */ if (scheduler_mode == schedlock_on) |