[update] 修复拼写错误

This commit is contained in:
luanxueguang 2020-04-02 13:50:09 +08:00
parent 0f57faa591
commit a1dc525859
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ netdev_inet_ntop(int af, const void *src, char *dst, int32_t size)
}
switch (af)
{
#if NTEDEV_IPV4
#if NETDEV_IPV4
case AF_INET:
return netdev_ip4addr_ntoa_r((const ip4_addr_t *)src, dst, size_int);
#endif