diff options
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r-- | gdb/bsd-uthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index e82626d..1f09415 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -105,7 +105,7 @@ bsd_uthread_check_magic (CORE_ADDR addr) #define BSD_UTHREAD_PS_RUNNING 0 #define BSD_UTHREAD_PS_DEAD 18 -/* Address of the pointer to the the thread structure for the running +/* Address of the pointer to the thread structure for the running thread. */ static CORE_ADDR bsd_uthread_thread_run_addr; |