Commit da1da87f authored by Wang Hai's avatar Wang Hai Committed by David S. Miller
Browse files

6lowpan: Fix some typos in nhc_udp.c



s/Orignal/Original/
s/infered/inferred/

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWang Hai <wanghai38@huawei.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0e4161d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *	Authors:
 *	Alexander Aring	<aar@pengutronix.de>
 *
 *	Orignal written by:
 *	Original written by:
 *	Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
 *	Jon Smirl <jonsmirl@gmail.com>
 */
@@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed)
	if (fail)
		return -EINVAL;

	/* UDP length needs to be infered from the lower layers
	/* UDP length needs to be inferred from the lower layers
	 * here, we obtain the hint from the remaining size of the
	 * frame
	 */