summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-09-13 19:46:59 +0000
committerjhb <jhb@FreeBSD.org>2004-09-13 19:46:59 +0000
commit4b5ce20c1da97d47ea1a504976ac7a7b2655cebb (patch)
tree461060a172d605985ce6ae5b2aacde2ceb4e2efc
parent3767c4cf7b25bcf958c8af16f3c439b94f722b1c (diff)
downloadFreeBSD-src-4b5ce20c1da97d47ea1a504976ac7a7b2655cebb.zip
FreeBSD-src-4b5ce20c1da97d47ea1a504976ac7a7b2655cebb.tar.gz
Tidy a comment.
-rw-r--r--sys/sys/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 57e180c..d9d75d6 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. */
OpenPOWER on IntegriCloud