Fix typos in Document and in some C comments.

This commit is contained in:
Gregory Nutt
2017-09-08 12:55:16 -06:00
parent e7ce9c4a79
commit edf6359c87
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ static int sixlowpan_pktradio_metadata(FAR struct radio_driver_s *radio,
* ipv6 - IPv6 header followed by TCP, UDP, or ICMPv6 header.
* buf - Beginning of the packet packet to send (with IPv6 + protocol
* headers)
* buflen - Length of data to send (include IPv6 and protocol headers)
* buflen - Length of data to send (includes IPv6 and protocol headers)
* destmac - The IEEE802.15.4 MAC address of the destination
*
* Returned Value:
+1 -1
View File
@@ -372,7 +372,7 @@ int sixlowpan_frame_submit(FAR struct radio_driver_s *radio,
* ipv6 - IPv6 header followed by TCP or UDP header.
* buf - Beginning of the packet packet to send (with IPv6 + protocol
* headers)
* buflen - Length of data to send (include IPv6 and protocol headers)
* buflen - Length of data to send (includes IPv6 and protocol headers)
* destmac - The IEEE802.15.4 MAC address of the destination
*
* Returned Value: