From: Josh Soref Date: Tue, 30 Oct 2018 06:48:09 +0000 (+0000) Subject: spelling: asynchronous X-Git-Tag: lxc-3.1.0~26^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e56364dddf6f78b9880bfae3272c5fed7132cb;p=thirdparty%2Flxc.git spelling: asynchronous Signed-off-by: Josh Soref --- diff --git a/src/lxc/terminal.h b/src/lxc/terminal.h index ef09d50d2..bfd271f44 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