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
+2 -2
View File
@@ -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>