Fix several typos in comments
This commit is contained in:
parent
fdf27b83e1
commit
3840c2a14b
@ -307,7 +307,7 @@ uint32_t mpu_subregion(uintptr_t base, size_t size, uint8_t l2size)
|
|||||||
|
|
||||||
ret = mpu_subregion_ms(size + offset, l2size);
|
ret = mpu_subregion_ms(size + offset, l2size);
|
||||||
|
|
||||||
/* Then OR in the mask need to handle disabled subretinos at the beginning
|
/* Then OR in the mask need to handle disabled subregions at the beginning
|
||||||
* of the region.
|
* of the region.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -986,7 +986,7 @@ static int efm32_chan_wait(FAR struct efm32_usbhost_s *priv,
|
|||||||
|
|
||||||
flags = irqsave();
|
flags = irqsave();
|
||||||
|
|
||||||
/* Loop, testing for an end of transfer conditino. The channel 'result'
|
/* Loop, testing for an end of transfer condition. The channel 'result'
|
||||||
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
||||||
* will be set to false and 'result' will be set appropriately when the
|
* will be set to false and 'result' will be set appropriately when the
|
||||||
* tranfer is completed.
|
* tranfer is completed.
|
||||||
|
@ -991,7 +991,7 @@ static int stm32_chan_wait(FAR struct stm32_usbhost_s *priv,
|
|||||||
|
|
||||||
flags = irqsave();
|
flags = irqsave();
|
||||||
|
|
||||||
/* Loop, testing for an end of transfer conditino. The channel 'result'
|
/* Loop, testing for an end of transfer condition. The channel 'result'
|
||||||
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
||||||
* will be set to false and 'result' will be set appropriately when the
|
* will be set to false and 'result' will be set appropriately when the
|
||||||
* tranfer is completed.
|
* tranfer is completed.
|
||||||
|
@ -991,7 +991,7 @@ static int stm32_chan_wait(FAR struct stm32_usbhost_s *priv,
|
|||||||
|
|
||||||
flags = irqsave();
|
flags = irqsave();
|
||||||
|
|
||||||
/* Loop, testing for an end of transfer conditino. The channel 'result'
|
/* Loop, testing for an end of transfer condition. The channel 'result'
|
||||||
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
* was set to EBUSY and 'waiter' was set to true before the transfer; 'waiter'
|
||||||
* will be set to false and 'result' will be set appropriately when the
|
* will be set to false and 'result' will be set appropriately when the
|
||||||
* tranfer is completed.
|
* tranfer is completed.
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
# undef PIC32MZ_HAVE_MMCSD
|
# undef PIC32MZ_HAVE_MMCSD
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Use the minor number selected in the NSH configuratino */
|
/* Use the minor number selected in the NSH configuration */
|
||||||
|
|
||||||
# ifdef CONFIG_NSH_MMCSDMINOR
|
# ifdef CONFIG_NSH_MMCSDMINOR
|
||||||
# define PIC32MZ_MMCSDMINOR CONFIG_NSH_MMCSDMINOR
|
# define PIC32MZ_MMCSDMINOR CONFIG_NSH_MMCSDMINOR
|
||||||
|
@ -96,7 +96,7 @@ void (*sigset(int signo, void (*disp)(int)))(int)
|
|||||||
|
|
||||||
if (disp != SIG_DFL /* && disp != SIG_IGN */)
|
if (disp != SIG_DFL /* && disp != SIG_IGN */)
|
||||||
{
|
{
|
||||||
/* Add the signal to the set of signals to be ignored with the signal
|
/* Add the signal to the set of signals to be ignored when the signal
|
||||||
* handler executes.
|
* handler executes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -362,7 +362,7 @@ int icmpv6_autoconfig(FAR struct net_driver_s *dev)
|
|||||||
net_unlock(save);
|
net_unlock(save);
|
||||||
|
|
||||||
/* IPv6 Stateless Autoconfiguration
|
/* IPv6 Stateless Autoconfiguration
|
||||||
* Reference: http://www.tcpipguide.com/free/t_IPv6AutoconfiguratinoandRenumbering.htm
|
* Reference: http://www.tcpipguide.com/free/t_IPv6AutoconfigurationandRenumbering.htm
|
||||||
*
|
*
|
||||||
* The following is a summary of the steps a device takes when using
|
* The following is a summary of the steps a device takes when using
|
||||||
* stateless auto-configuration:
|
* stateless auto-configuration:
|
||||||
|
Loading…
Reference in New Issue
Block a user