From 1daa48c48d55eca8fa3ecc143b715bcce7b784e4 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 1 Oct 2013 18:23:54 +0200 Subject: [PATCH] nl: Fix comment typo on recvmsgs Signed-off-by: Olaf Hering --- lib/nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */