mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix typos in Document and in some C comments.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user