Minor: documentation updates

This commit is contained in:
Dirk Ziegelmeier
2016-08-24 08:19:51 +02:00
parent 831b7fc7d3
commit 6fc7f84497
4 changed files with 7 additions and 8 deletions

View File

@@ -71,8 +71,7 @@ extern "C" {
*/
typedef enum {
/** Includes spare room for transport layer header, e.g. TCP header.
* Use this if you intend to pass the pbuf to functions like udp_send() or
* tcp_write().
* Use this if you intend to pass the pbuf to functions like udp_send().
*/
PBUF_TRANSPORT,
/** Includes spare room for IP header.