Fix typos in Document and in some C comments.
This commit is contained in:
parent
e7ce9c4a79
commit
edf6359c87
@ -800,7 +800,7 @@
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<li>Address Families: IPv4/IPv6 (<code>AF_INET</code>/<code>AF_INET6</code>), Raw socket (<code>AF_PACKET</code>), raw IEEE 802.15.4 (<code>AF_IEEE802154</code>), local, Unix domain socket support (<code>AF_LOCAL</code>), and custom user sockets (<code>AF_USRSOCK</code>).</li>
|
||||
<li>Address Families: IPv4/IPv6 (<code>AF_INET</code>/<code>AF_INET6</code>), Raw socket (<code>AF_PACKET</code>), raw IEEE 802.15.4 (<code>AF_IEEE802154</code>), local, Unix domain socket support (<code>AF_LOCAL</code>), and custom user sockets.</li>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
@ -950,7 +950,7 @@
|
||||
<td>
|
||||
<p>
|
||||
<li>
|
||||
Support for networking modules (e.g., the TI CC3000 WLAN module).
|
||||
Support for networking modules (e.g., the TI CC3000 WLAN module and ESP8266).
|
||||
</li>
|
||||
</p>
|
||||
</td>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user