diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 57e180c95a07..d9d75d607752 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -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. */