From 3396743babc297455e188425bf94e8785fc33d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 12 Aug 2019 22:00:14 +0200 Subject: [PATCH] =?UTF-8?q?gnrc=5Fpktbuf:=20fix=20typo=20(guaranteeed=20?= =?UTF-8?q?=E2=86=92=20guaranteed)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/include/net/gnrc/pktbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/pktbuf.h b/sys/include/net/gnrc/pktbuf.h index ca825aeae0..9b6457b491 100644 --- a/sys/include/net/gnrc/pktbuf.h +++ b/sys/include/net/gnrc/pktbuf.h @@ -113,7 +113,7 @@ gnrc_pktsnip_t *gnrc_pktbuf_add(gnrc_pktsnip_t *next, const void *data, size_t s * @param[in] size The size of the new packet snip. * @param[in] type The type of the new packet snip. * - * @note It's not guaranteeed that `result->data` points to the same address + * @note It's not guaranteed that `result->data` points to the same address * as the original `pkt->data`. * * @return The new packet snip in @p pkt on success.