diff options
Diffstat (limited to 'lib/op-open.c')
-rw-r--r-- | lib/op-open.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/op-open.c b/lib/op-open.c index 583d360..8a43ac9 100644 --- a/lib/op-open.c +++ b/lib/op-open.c @@ -110,9 +110,8 @@ static * multiplex and handle messages that are known to the library. If the * message is unknown, do nothing other than setting -ENODATA. * - * When reading from a pipe with wimaxll_pipe_read(), -ENODATA is - * considered a retryable error -- effectively, the message is - * skipped. + * In wimaxll_recv(), -ENODATA is considered a retryable error -- + * effectively, the message is skipped. * * \fn int wimaxll_gnl_cb(struct nl_msg *msg, void *_ctx) */ |