Fix comment in pbuf layer description

This commit is contained in:
Dirk Ziegelmeier 2016-08-23 16:07:48 +02:00
parent e4c74109cd
commit 56dc574bed

View File

@ -80,7 +80,7 @@ typedef enum {
*/ */
PBUF_IP, PBUF_IP,
/** Includes spare room for link layer header (ethernet header). /** Includes spare room for link layer header (ethernet header).
* Use this if you intend to pass the pbuf to functions like ip_output(). * Use this if you intend to pass the pbuf to functions like ethernet_output().
* @see @ref PBUF_LINK_HLEN * @see @ref PBUF_LINK_HLEN
*/ */
PBUF_LINK, PBUF_LINK,