libnl-tiny: Generic Netlink multicast groups support
[openwrt/staging/chunkeey.git] / package / libs / libnl-tiny / src / nl.c
index ea7d96898ba8f094dfa846e3f6a30798b316ff25..2fb866eca903910738e666e6b235a52552ce8736 100644 (file)
@@ -366,7 +366,7 @@ errout:
  * Receives a netlink message, allocates a buffer in \c *buf and
  * stores the message content. The peer's netlink address is stored
  * in \c *nla. The caller is responsible for freeing the buffer allocated
- * in \c *buf if a positive value is returned.  Interruped system calls
+ * in \c *buf if a positive value is returned.  Interrupted system calls
  * are handled by repeating the read. The input buffer size is determined
  * by peeking before the actual read is done.
  *