Skip to content
Snippets Groups Projects
Commit 3cc08868 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

6lo: Speling correction in comment

parent 58281e91
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ void gnrc_sixlowpan_frag_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page) ...@@ -259,7 +259,7 @@ void gnrc_sixlowpan_frag_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
} }
#endif #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) { if (fragment_msg->offset == 0) {
/* increment tag for successive, fragmented datagrams */ /* increment tag for successive, fragmented datagrams */
_tag++; _tag++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment