Fix typos in comments

This commit is contained in:
Juha Niskanen
2020-03-03 09:11:57 -06:00
committed by Gregory Nutt
parent a7d783d463
commit f3490e42c3
48 changed files with 79 additions and 80 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ static void misoc_net_receive(FAR struct misoc_net_driver_s *priv)
#ifdef CONFIG_NET_IPv6
if (BUF->type == HTONS(ETHTYPE_IP6))
{
ninfo("Iv6 frame\n");
ninfo("IPv6 frame\n");
NETDEV_RXIPV6(&priv->misoc_net_dev);
/* Give the IPv6 packet to the network layer */