summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-03-09 20:26:42 +0000
committerjkim <jkim@FreeBSD.org>2015-03-09 20:26:42 +0000
commit17c127beede968774d6df51e61cd5931cf9e9dd7 (patch)
tree32a80e52324350642162b20c8964f92f6f82f908 /lib/libthr/thread
parent6ec28e3ef5577476d1e4077999ef62ea3636937f (diff)
downloadFreeBSD-src-17c127beede968774d6df51e61cd5931cf9e9dd7.zip
FreeBSD-src-17c127beede968774d6df51e61cd5931cf9e9dd7.tar.gz
Fix a typo in comment and explain the reason.
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 3cfbc63..ed24c38 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -337,7 +337,7 @@ struct pthread_key {
/*
* lwpid_t is 32bit but kernel thr API exports tid as long type
- * in very earily date.
+ * to preserve the ABI for M:N model in very early date (r131431).
*/
#define TID(thread) ((uint32_t) ((thread)->tid))
OpenPOWER on IntegriCloud