From 397a14a491073dafcaf7bd882f9528de2b2ca15a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:48:09 +0000 Subject: [PATCH] spelling: asynchronous Signed-off-by: Josh Soref --- src/lxc/terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/terminal.h b/src/lxc/terminal.h index ef09d50d29..bfd271f446 100644 --- a/src/lxc/terminal.h +++ b/src/lxc/terminal.h @@ -250,7 +250,7 @@ extern void lxc_terminal_winsz(int srcfd, int dstfd); * Must be called with process_lock held to protect the lxc_ttys list, or from * a non-threaded context. * - * Note that the signal handler isn't installed as a classic asychronous + * Note that the signal handler isn't installed as a classic asynchronous * handler, rather signalfd(2) is used so that we can handle the signal when * we're ready for it. This avoids deadlocks since a signal handler (ie * lxc_terminal_sigwinch()) would need to take the thread mutex to prevent