Correct a typo in some C comments.

This commit is contained in:
Gregory Nutt 2018-02-09 11:15:35 -06:00
parent 6708dcb00c
commit 8d96448a88

View File

@ -55,7 +55,7 @@
* Name: netlib_ipv4router
*
* Description:
* Given a destination address that is no on a local network, query the
* Given a destination address that is not on a local network, query the
* IPv4 routing table, and return the IPv4 address of the routing that
* will provide access to the correct sub-net.
*