Fix use of undefined pp-token #errror, other typos.

This commit is contained in:
Juha Niskanen
2019-09-19 18:19:18 -06:00
committed by Gregory Nutt
parent c6689b3093
commit e8b5dd4528
99 changed files with 136 additions and 172 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* net/local/local_connnect.c
* net/local/local_connect.c
*
* Copyright (C) 2015-2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -163,7 +163,7 @@ created with the following settings in the configuration file:
The CONFIG_NET_STARPOINT selection informs the endpoint 6LoWPAN stack that
it must send all frames to the hub of the star, rather than directly to the
recipient. The star hub is assumed to be the cooordinator.
recipient. The star hub is assumed to be the coordinator.
The star hub configuration, on the other hand, uses these setting:
+1 -1
View File
@@ -139,7 +139,7 @@ static int sixlowpan_compress_ipv6hdr(FAR const struct ipv6_hdr_s *ipv6hdr,
* Name: sixlowpan_protosize
*
* Description:
* Get the size of any uncompresssed protocol header that follows the
* Get the size of any uncompressed protocol header that follows the
* IPv6 header.
*
****************************************************************************/
+1 -1
View File
@@ -167,7 +167,7 @@ int sixlowpan_compresshdr_hc1(FAR struct radio_driver_s *radio,
}
else
{
/* HC1 DISPATCH maximum compresssion:
/* HC1 DISPATCH maximum compression:
* All fields in the IP header but Hop Limit are elided. If next
* header is UDP, we compress UDP header using HC2
*/
+1 -1
View File
@@ -594,7 +594,7 @@ int sixlowpan_nexthopaddr(FAR struct radio_driver_s *radio,
*
* In the case there the IEEE 802.15.4 node functions as an endpoint in a
* start topology, the destination address will, instead, be the address
* of the star hub (which is assumed to be the address of the cooordinator).
* of the star hub (which is assumed to be the address of the coordinator).
*
* sixlowpan_ipfrom[s|e]addr(): Create a link-local, MAC-based IPv6
* address from an IEEE802.15.4 short address (saddr) or extended address
+1 -1
View File
@@ -240,7 +240,7 @@ int sixlowpan_nexthopaddr(FAR struct radio_driver_s *radio,
*
* In the case there the IEEE 802.15.4 node functions as an endpoint in a
* start topology, the destination address will, instead, be the address
* of the star hub (which is assumed to be the address of the cooordinator).
* of the star hub (which is assumed to be the address of the coordinator).
*
****************************************************************************/