diff --git a/arch/arm/src/common/up_udelay.c b/arch/arm/src/common/up_udelay.c index e1a19445f04..9e3115b2019 100644 --- a/arch/arm/src/common/up_udelay.c +++ b/arch/arm/src/common/up_udelay.c @@ -59,7 +59,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/arm/src/lpc11xx/Kconfig b/arch/arm/src/lpc11xx/Kconfig index 46b01ab6e9e..088188c9503 100644 --- a/arch/arm/src/lpc11xx/Kconfig +++ b/arch/arm/src/lpc11xx/Kconfig @@ -222,7 +222,7 @@ config CAN_SAM The bus is sampled 3 times (recommended for low to medium speed buses to spikes on the bus-line). config CAN_LOOPBACK - bool "CAN looopback mode" + bool "CAN loopback mode" default n ---help--- Enable CAN loopback mode diff --git a/arch/arm/src/lpc17xx/Kconfig b/arch/arm/src/lpc17xx/Kconfig index f8f95f8c5df..bef6ef884c1 100644 --- a/arch/arm/src/lpc17xx/Kconfig +++ b/arch/arm/src/lpc17xx/Kconfig @@ -589,7 +589,7 @@ config CAN_SAM The bus is sampled 3 times (recommended for low to medium speed buses to spikes on the bus-line). config CAN_LOOPBACK - bool "CAN looopback mode" + bool "CAN loopback mode" default n ---help--- Enable CAN loopback mode diff --git a/arch/avr/src/common/up_udelay.c b/arch/avr/src/common/up_udelay.c index f71d5ee6b20..4105623c3ca 100644 --- a/arch/avr/src/common/up_udelay.c +++ b/arch/avr/src/common/up_udelay.c @@ -75,7 +75,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/hc/src/common/up_udelay.c b/arch/hc/src/common/up_udelay.c index d4b2d3aad87..490804a4579 100644 --- a/arch/hc/src/common/up_udelay.c +++ b/arch/hc/src/common/up_udelay.c @@ -75,7 +75,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/mips/src/common/up_udelay.c b/arch/mips/src/common/up_udelay.c index 496811cd798..19a7fa0d6ae 100644 --- a/arch/mips/src/common/up_udelay.c +++ b/arch/mips/src/common/up_udelay.c @@ -75,7 +75,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/misoc/src/common/misoc_udelay.c b/arch/misoc/src/common/misoc_udelay.c index 42bbc1f95ae..9874e0695cd 100644 --- a/arch/misoc/src/common/misoc_udelay.c +++ b/arch/misoc/src/common/misoc_udelay.c @@ -59,7 +59,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/renesas/src/common/up_udelay.c b/arch/renesas/src/common/up_udelay.c index 9f9bda30330..3cd9b4c0a61 100644 --- a/arch/renesas/src/common/up_udelay.c +++ b/arch/renesas/src/common/up_udelay.c @@ -75,7 +75,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/x86/src/common/up_udelay.c b/arch/x86/src/common/up_udelay.c index 48697418606..ea7841d5e38 100644 --- a/arch/x86/src/common/up_udelay.c +++ b/arch/x86/src/common/up_udelay.c @@ -75,7 +75,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/xtensa/src/common/xtensa_udelay.c b/arch/xtensa/src/common/xtensa_udelay.c index 09d16d5d4de..8ec27f1541f 100644 --- a/arch/xtensa/src/common/xtensa_udelay.c +++ b/arch/xtensa/src/common/xtensa_udelay.c @@ -59,7 +59,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/z16/src/common/up_udelay.c b/arch/z16/src/common/up_udelay.c index 4b36bc2d3c4..94a29a4fd06 100644 --- a/arch/z16/src/common/up_udelay.c +++ b/arch/z16/src/common/up_udelay.c @@ -77,7 +77,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly *** diff --git a/arch/z80/src/common/up_udelay.c b/arch/z80/src/common/up_udelay.c index 85a1494b2fa..98aca458987 100644 --- a/arch/z80/src/common/up_udelay.c +++ b/arch/z80/src/common/up_udelay.c @@ -77,7 +77,7 @@ * Description: * Delay inline for the requested number of microseconds. NOTE: Because * of all of the setup, several microseconds will be lost before the actual - * timing looop begins. Thus, the delay will always be a few microseconds + * timing loop begins. Thus, the delay will always be a few microseconds * longer than requested. * * *** NOT multi-tasking friendly ***