From 7290ff5d760060da34efa4820249deb365d33c00 Mon Sep 17 00:00:00 2001 From: He Chunhui Date: Wed, 16 Mar 2016 08:03:33 +0000 Subject: [PATCH] fix typo --- components/net/lwip_nat/ipv4_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/lwip_nat/ipv4_nat.c b/components/net/lwip_nat/ipv4_nat.c index a49a246129..bf8c934976 100644 --- a/components/net/lwip_nat/ipv4_nat.c +++ b/components/net/lwip_nat/ipv4_nat.c @@ -622,7 +622,7 @@ ip_nat_tmr(void) } } -/** Vheck if we want to perform NAT with this packet. If so, send it out on +/** Check if we want to perform NAT with this packet. If so, send it out on * the correct interface. * * @param p the packet to test/send -- GitLab