6lo: Speling correction in comment

This commit is contained in:
Joakim Nohlgård 2018-08-14 10:08:52 +02:00
parent 58281e9135
commit 3cc088689e

View File

@ -259,7 +259,7 @@ void gnrc_sixlowpan_frag_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
}
#endif
/* Check weater to send the first or an Nth fragment */
/* Check whether to send the first or an Nth fragment */
if (fragment_msg->offset == 0) {
/* increment tag for successive, fragmented datagrams */
_tag++;