aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-12-28 05:20:03 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-12-28 05:20:03 +0000
commit3f28905813eaeb3e086d55a3b71eae155dc57512 (patch)
treed37f2112faec5d9a5f384954825282ea13b1de4c /lib/libc_r
parente366b8c087f1f8795f52248dc652d484649e81db (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/uthread_info.c4
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 {