From a55e9376431280fd23d99e00ba49d54aa0abfe69 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 22 Apr 2017 17:03:34 -0600 Subject: [PATCH] Correct mispelling --- arch/arm/src/common/up_udelay.c | 2 +- arch/arm/src/lpc11xx/Kconfig | 2 +- arch/arm/src/lpc17xx/Kconfig | 2 +- arch/avr/src/common/up_udelay.c | 2 +- arch/hc/src/common/up_udelay.c | 2 +- arch/mips/src/common/up_udelay.c | 2 +- arch/misoc/src/common/misoc_udelay.c | 2 +- arch/renesas/src/common/up_udelay.c | 2 +- arch/x86/src/common/up_udelay.c | 2 +- arch/xtensa/src/common/xtensa_udelay.c | 2 +- arch/z16/src/common/up_udelay.c | 2 +- arch/z80/src/common/up_udelay.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm/src/common/up_udelay.c b/arch/arm/src/common/up_udelay.c index e1a19445f0..9e3115b201 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 46b01ab6e9..088188c950 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 f8f95f8c5d..bef6ef884c 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 f71d5ee6b2..4105623c3c 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 d4b2d3aad8..490804a457 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 496811cd79..19a7fa0d6a 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 42bbc1f95a..9874e0695c 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 9f9bda3033..3cd9b4c0a6 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 4869741860..ea7841d5e3 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 09d16d5d4d..8ec27f1541 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 4b36bc2d3c..94a29a4fd0 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 85a1494b2f..98aca45898 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 ***