summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-12-28 05:20:03 +0000
committerdeischen <deischen@FreeBSD.org>2002-12-28 05:20:03 +0000
commit72b611d69dc7da91f5aed9a822469b35787a3dae (patch)
treed37f2112faec5d9a5f384954825282ea13b1de4c /lib/libc_r
parent6b9088d9561f2ff7ab68a631cd2ac8f874f817cc (diff)
downloadFreeBSD-src-72b611d69dc7da91f5aed9a822469b35787a3dae.zip
FreeBSD-src-72b611d69dc7da91f5aed9a822469b35787a3dae.tar.gz
Fix typos in comment.
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
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 c3d259e..71a9747 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 {
OpenPOWER on IntegriCloud