From: Josh Soref Date: Tue, 30 Oct 2018 06:59:37 +0000 (+0000) Subject: spelling: describing X-Git-Tag: lxc-3.1.0~26^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13dff2194dc71e041dc24cdfaa64e9306fc10e73;p=thirdparty%2Flxc.git spelling: describing Signed-off-by: Josh Soref --- 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