diff options
author | Olaf Hering <olaf@aepfle.de> | 2013-10-01 16:23:54 (GMT) |
---|---|---|
committer | Olaf Hering <olaf@aepfle.de> | 2013-10-01 16:23:54 (GMT) |
commit | 1daa48c48d55eca8fa3ecc143b715bcce7b784e4 (patch) | |
tree | 78e69fddbe341104d035514ccc396023013175a8 /lib/nl.c | |
parent | b9284bcded445a7d245a9c92ffcf3f94d549b621 (diff) | |
download | libnl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |