summaryrefslogtreecommitdiffstats
path: root/lib/nl.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-10-01 16:23:54 (GMT)
committerOlaf Hering <olaf@aepfle.de>2013-10-01 16:23:54 (GMT)
commit1daa48c48d55eca8fa3ecc143b715bcce7b784e4 (patch)
tree78e69fddbe341104d035514ccc396023013175a8 /lib/nl.c
parentb9284bcded445a7d245a9c92ffcf3f94d549b621 (diff)
downloadlibnl-1daa48c48d55eca8fa3ecc143b715bcce7b784e4.zip
libnl-1daa48c48d55eca8fa3ecc143b715bcce7b784e4.tar.gz
libnl-1daa48c48d55eca8fa3ecc143b715bcce7b784e4.tar.bz2
nl: Fix comment typo on recvmsgs
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Diffstat (limited to 'lib/nl.c')
-rw-r--r--lib/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nl.c b/lib/nl.c
index 565747a..4692490 100644
--- a/lib/nl.c
+++ b/lib/nl.c
@@ -829,7 +829,7 @@ continue_reading:
}
}
- /* messages terminates a multpart message, this is
+ /* messages terminates a multipart message, this is
* usually the end of a message and therefore we slip
* out of the loop by default. the user may overrule
* this action by skipping this packet. */