diff options
Diffstat (limited to 'kern/ipc_sched.c')
-rw-r--r-- | kern/ipc_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_sched.c b/kern/ipc_sched.c index be82971b..4519c654 100644 --- a/kern/ipc_sched.c +++ b/kern/ipc_sched.c @@ -233,7 +233,7 @@ thread_handoff( /* * stack_handoff is machine-dependent. It does the * machine-dependent components of a context-switch, like - * changing address spaces. It updates active_threads. + * changing address spaces. It updates active_thread. */ stack_handoff(old, new); |