diff options
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r-- | gdb/corelow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c index 25de755..c176b24 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -1523,7 +1523,7 @@ core_target::xfer_partial (enum target_object object, const char *annex, exactly lively, are they? On the other hand, if we don't claim that each & every one is alive, then we don't get any of them to appear in an "info thread" command, which is quite a useful - behaviour. + behavior. */ bool core_target::thread_alive (ptid_t ptid) |