1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

tests/gnrc_sixlowpan_frag: fix comment typo

This commit is contained in:
Martine Lenders 2019-10-19 16:27:48 +02:00
parent f228dedcf4
commit 3cc8b912a2

View File

@ -417,7 +417,7 @@ static void test_rbuf_add__full_rbuf(void)
static void test_rbuf_add__too_big_fragment(void)
{
gnrc_pktsnip_t *pkt = gnrc_pktbuf_add(NULL, _fragment1,
/* something definetely bigger than
/* something definitely bigger than
* the datagram size noted in
* _fragment1, can't just be + 1,
* since fragment dispatch and other