X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Flxc%2Fmonitor.h;h=4668608af1abd8b893838b2c69793a266bb50839;hb=13dff2194dc71e041dc24cdfaa64e9306fc10e73;hp=d13a612526c29a1c021556b33ce1ab69bfc2fd06;hpb=2ed2e5ffb8bf3927778ab09a50cc6c9db6c3dd07;p=mirror_lxc.git diff --git a/src/lxc/monitor.h b/src/lxc/monitor.h index d13a61252..4668608af 100644 --- a/src/lxc/monitor.h +++ b/src/lxc/monitor.h @@ -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