Let comment in pbuf.h be consistent with provided example function

This commit is contained in:
Dirk Ziegelmeier 2016-08-26 15:39:15 +02:00
parent 0d510dd66d
commit 05a6d82fa1

View File

@ -70,7 +70,7 @@ extern "C" {
* Enumeration of pbuf layers
*/
typedef enum {
/** Includes spare room for transport layer header, e.g. TCP header.
/** Includes spare room for transport layer header, e.g. UDP header.
* Use this if you intend to pass the pbuf to functions like udp_send().
*/
PBUF_TRANSPORT,