]> granicus.if.org Git - libnl/commitdiff
socket: fix two typos
authorJiri Pirko <jpirko@redhat.com>
Tue, 30 Aug 2011 16:33:25 +0000 (18:33 +0200)
committerThomas Graf <tgraf@lsx.localdomain>
Wed, 31 Aug 2011 07:24:01 +0000 (09:24 +0200)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
lib/socket.c

index 565248f00eb51dd6e8a9422dd27ffc9dfa1974f2..01b9872d72c77423166ffc6cf20086ebcec8cf94 100644 (file)
@@ -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
  */