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

index d13a612526c29a1c021556b33ce1ab69bfc2fd06..4668608af1abd8b893838b2c69793a266bb50839 100644 (file)
@@ -78,7 +78,7 @@ extern int lxc_monitor_read_timeout(int fd, struct lxc_msg *msg, int timeout);
 /*
  * Blocking read from multiple monitors for the next container state
  * change with timeout
- * @fds     : struct pollfd descripting the fds to use
+ * @fds     : struct pollfd describing the fds to use
  * @nfds    : the number of entries in fds
  * @msg     : the variable which will be filled with the state
  * @timeout : the timeout in seconds to wait for a state change