Correct a comment.

This commit is contained in:
Todd C. Miller
2023-03-23 08:20:48 -06:00
parent 2a5d8bfea1
commit 3e734fa51b
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ sudo_dso_public int sudo_term_kill;
static volatile sig_atomic_t got_sigttou;
/*
* SIGTTOU signal handler for term_restore that just sets a flag.
* SIGTTOU signal handler for tcsetattr_nobg() that just sets a flag.
*/
static void
sigttou(int signo)