libnl-tiny: Generic Netlink multicast groups support
[project/libnl-tiny.git] / src / nl.c
index ea7d96898ba8f094dfa846e3f6a30798b316ff25..2fb866eca903910738e666e6b235a52552ce8736 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -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.
  *