From: Olaf Hering Date: Tue, 1 Oct 2013 16:23:54 +0000 (+0200) Subject: nl: Fix comment typo on recvmsgs X-Git-Tag: libnl3_2_23rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1daa48c48d55eca8fa3ecc143b715bcce7b784e4;p=thirdparty%2Flibnl.git nl: Fix comment typo on recvmsgs Signed-off-by: Olaf Hering --- 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. */