diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2002-12-28 05:20:03 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-12-28 05:20:03 +0000 |
| commit | 3f28905813eaeb3e086d55a3b71eae155dc57512 (patch) | |
| tree | d37f2112faec5d9a5f384954825282ea13b1de4c /lib/libc_r | |
| parent | e366b8c087f1f8795f52248dc652d484649e81db (diff) | |
Notes
Diffstat (limited to 'lib/libc_r')
| -rw-r--r-- | lib/libc_r/uthread/uthread_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_info.c b/lib/libc_r/uthread/uthread_info.c index c3d259e606e94..71a9747e7f001 100644 --- a/lib/libc_r/uthread/uthread_info.c +++ b/lib/libc_r/uthread/uthread_info.c @@ -103,9 +103,9 @@ _thread_dump_info(void) continue; /* * We only need to continue in case of - * EEXIT error. Most other error + * EEXIST error. Most other error * codes means that we will fail all - * the times. + * the time. */ return; } else { |
