mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix typos in comments
This commit is contained in:
committed by
Gregory Nutt
parent
a7d783d463
commit
f3490e42c3
@@ -539,7 +539,7 @@ static void cdcecm_receive(FAR struct cdcecm_driver_s *self)
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
if (BUF->type == HTONS(ETHTYPE_IP6))
|
||||
{
|
||||
ninfo("Iv6 frame\n");
|
||||
ninfo("IPv6 frame\n");
|
||||
NETDEV_RXIPV6(&self->dev);
|
||||
|
||||
/* Dispatch IPv6 packet to the network layer */
|
||||
|
||||
Reference in New Issue
Block a user