From 56dc574bed85c1e6ef024619f0570de7ba43efb5 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 23 Aug 2016 16:07:48 +0200 Subject: [PATCH] Fix comment in pbuf layer description --- src/include/lwip/pbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/pbuf.h b/src/include/lwip/pbuf.h index 82e51491..2ae22647 100644 --- a/src/include/lwip/pbuf.h +++ b/src/include/lwip/pbuf.h @@ -80,7 +80,7 @@ typedef enum { */ PBUF_IP, /** 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 */ PBUF_LINK,