]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/monitor.h
spelling: describing
[mirror_lxc.git] / src / lxc / monitor.h
index 97e995a8f25b1836df73978641e0d9fa8f43ad5f..4668608af1abd8b893838b2c69793a266bb50839 100644 (file)
@@ -24,9 +24,9 @@
 #define __LXC_MONITOR_H
 
 #include <limits.h>
+#include <poll.h>
 #include <sys/param.h>
 #include <sys/un.h>
-#include <poll.h>
 
 typedef enum {
        lxc_msg_state,
@@ -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