aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-03-09 20:26:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-03-09 20:26:42 +0000
commitbe070eb8960904214783cf2c45794ef1e0168cfa (patch)
tree32a80e52324350642162b20c8964f92f6f82f908 /lib
parent394e3bd08869f17b10ad832b703855b5993da459 (diff)
downloadsrc-be070eb8960904214783cf2c45794ef1e0168cfa.tar.gz
src-be070eb8960904214783cf2c45794ef1e0168cfa.zip
Fix a typo in comment and explain the reason.
Notes
Notes: svn path=/head/; revision=279820
Diffstat (limited to 'lib')
-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 3cfbc6333dc6..ed24c3899123 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))