Refresh modules + plus minor clean-up from previous commits

This commit is contained in:
Gregory Nutt
2016-02-08 15:13:14 -06:00
parent 166ad58849
commit 68ee9bcaed
5 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
* Name: inet_ntoa
*
* Description:
* The inet_ntoa() function converts the Internet host address in given in
* The inet_ntoa() function converts the Internet host address given in
* network byte order to a string in standard numbers-and-dots notation.
* The string is returned in a statically allocated buffer, which subsequent
* calls will overwrite.