Fix misleading comment.

Not a functional change.

MFC after:	3 days
This commit is contained in:
Michal Meloun 2017-10-29 14:26:37 +00:00
parent 152036a0f7
commit f879eb0488
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325103

View File

@ -40,7 +40,8 @@
#define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
/*
* Variant II tcb, first two members are required by rtld.
* Variant I tcb. The structure layout is fixed, don't blindly
* change it.
*/
struct tcb {
void *tcb_dtv; /* required by rtld */