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.