docs: small clean ups for last couple of commits:

* Fix typos in LWIP_NO_CTYPE_H comment block
 * Update comment around caller of tcp_kill_prio()
This commit is contained in:
Joel Cunningham
2017-11-06 09:35:24 -06:00
parent d8b6cdffcb
commit a78dbb25c5
2 changed files with 3 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ typedef int ssize_t;
#endif /* SSIZE_MAX */
/** Define this to 1 in arch/cc.h of your port if your compiler does not provide
* the cytype.h header. If ctype.h is available, a few few character functions
* the ctype.h header. If ctype.h is available, a few character functions
* are mapped to the appropriate functions (lwip_islower, lwip_isdigit...), if
* not, a private implementation is provided.
*/