From: Jiri Pirko Date: Tue, 30 Aug 2011 16:33:25 +0000 (+0200) Subject: socket: fix two typos X-Git-Tag: libnl3_2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17781e44dd6242fc8cecd07b757e7bb0afc87113;p=libnl socket: fix two typos Signed-off-by: Jiri Pirko --- diff --git a/lib/socket.c b/lib/socket.c index 565248f..01b9872 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -495,12 +495,12 @@ void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb) } /** - * Modify the callback handler associated to the socket + * Modify the callback handler associated with the socket * @arg sk Netlink socket. * @arg type which type callback to set * @arg kind kind of callback * @arg func callback function - * @arg arg argument to be passwd to callback function + * @arg arg argument to be passed to callback function * * @see nl_cb_set */