diff options
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 0e352a6..e977150 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -397,7 +397,7 @@ tty_wait_background(struct tty *tp, struct thread *td, int sig) PROC_LOCK(p); /* * The process should only sleep, when: - * - This terminal is the controling terminal + * - This terminal is the controlling terminal * - Its process group is not the foreground process * group * - The parent process isn't waiting for the child to |