]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: asynchronous
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:48:09 +0000 (06:48 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:48:09 +0000 (06:48 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/terminal.h

index ef09d50d295d5048a257154ad20e2570562262a9..bfd271f446b9f6a04de79cb4fa5ccce35d51a580 100644 (file)
@@ -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