Fix typos in comments

This commit is contained in:
Simon Duquennoy 2018-04-06 04:36:09 -07:00
parent b10274d042
commit 07c3e411ea

View File

@ -977,7 +977,7 @@ compress_hdr_iphc(linkaddr_t *link_destaddr)
memcpy(hc06_ptr, &udp_buf->udpchksum, 2);
hc06_ptr += 2;
uncomp_hdr_len += UIP_UDPH_LEN;
/* this is the final header... */
/* this is the final header. */
next_hdr = NULL;
break;
default:
@ -1464,7 +1464,7 @@ send_packet(linkaddr_t *dest)
/*--------------------------------------------------------------------*/
/**
* \brief This function is called by the 6lowpan code to copy a fragment's
* payload from uIP and send it down the stack..
* payload from uIP and send it down the stack.
* \param uip_offset the offset in the uIP buffer where to copy the payload from
* \param dest the link layer destination address of the packet
* \return 1 if success, 0 otherwise