From fcccc47be46b5a9d29c50a4b73b6268f6e1b9670 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 1 Mar 2018 07:00:32 +0100 Subject: [PATCH] lowpan6.c: fix clang doc warnings --- src/netif/lowpan6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/lowpan6.c b/src/netif/lowpan6.c index 74de5d18..ff2c34f3 100644 --- a/src/netif/lowpan6.c +++ b/src/netif/lowpan6.c @@ -213,7 +213,7 @@ lowpan6_write_iee802154_header(struct ieee_802154_hdr *hdr, const struct ieee_80 * * @param p input pbuf, p->payload pointing at the IEEE 802.15.4 header * @param src pointer to source address filled from the header - * @param dst pointer to destination address filled from the header + * @param dest pointer to destination address filled from the header * @returns ERR_OK if successful */ static err_t