Tidy a comment.

This commit is contained in:
John Baldwin 2004-09-13 19:46:59 +00:00
parent bda337d05e
commit c3ebab0638

View File

@ -318,7 +318,7 @@ struct thread {
int td_kstack_pages; /* (a) Size of the kstack. */
struct vm_object *td_altkstack_obj;/* (a) Alternate kstack object. */
vm_offset_t td_altkstack; /* (a) Kernel VA of alternate kstack. */
int td_altkstack_pages; /* (a) Size of the alt kstack */
int td_altkstack_pages; /* (a) Size of alternate kstack. */
u_int td_critnest; /* (k) Critical section nest level. */
struct mdthread td_md; /* (k) Any machine-dependent fields. */
struct td_sched *td_sched; /* (*) Scheduler-specific data. */