From ba12c6c0cf2745092972e3a4d18cff657e52ea36 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 13 Dec 2020 01:26:15 +1000 Subject: [PATCH] Fix spelling --- arch/risc-v/src/litex/litex_lowputc.c | 2 +- arch/xtensa/src/esp32/esp32_wlan.c | 2 +- arch/xtensa/src/esp32/hardware/esp32_emac.h | 2 +- boards/xtensa/esp32/esp32-devkitc/README.txt | 2 +- net/can/can_callback.c | 2 +- tools/version.sh | 2 +- video/videomode/edid_dump.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/risc-v/src/litex/litex_lowputc.c b/arch/risc-v/src/litex/litex_lowputc.c index 79b73295e77..7806ec93d90 100644 --- a/arch/risc-v/src/litex/litex_lowputc.c +++ b/arch/risc-v/src/litex/litex_lowputc.c @@ -111,7 +111,7 @@ void litex_lowsetup(void) #if defined(HAVE_SERIAL_CONSOLE) && !defined(CONFIG_SUPPRESS_UART_CONFIG) - /* defualt baudrate set by fpga fabric is 1e6 */ + /* default baudrate set by fpga fabric is 1e6 */ /* Enable TX */ diff --git a/arch/xtensa/src/esp32/esp32_wlan.c b/arch/xtensa/src/esp32/esp32_wlan.c index d5cf9df86b5..501cc295c23 100644 --- a/arch/xtensa/src/esp32/esp32_wlan.c +++ b/arch/xtensa/src/esp32/esp32_wlan.c @@ -448,7 +448,7 @@ static struct wlan_rxbuf *wlan_recvframe(FAR struct wlan_priv_s *priv) * ifidx - The interface id that the tx callback has been triggered from. * data - Pointer to the data transmitted. * len - Length of the data transmitted. - * status - True if data was transmitted sucessfully or false if failed. + * status - True if data was transmitted successfully or false if failed. * * Returned Value: * None diff --git a/arch/xtensa/src/esp32/hardware/esp32_emac.h b/arch/xtensa/src/esp32/hardware/esp32_emac.h index cd6ab33da2a..6789bab2f83 100644 --- a/arch/xtensa/src/esp32/hardware/esp32_emac.h +++ b/arch/xtensa/src/esp32/hardware/esp32_emac.h @@ -249,7 +249,7 @@ #define EMAC_MB_E (BIT(26)) /* Mixed burst */ #define EMAC_AAB_E (BIT(25)) /* Address align burst */ #define EMAC_PBLX8_E (BIT(24)) /* PBL value x8 */ -#define EMAC_SPBL_E (BIT(23)) /* Seperated PBL */ +#define EMAC_SPBL_E (BIT(23)) /* Separated PBL */ #define EMAC_RXDMA_PBL_S (17) /* RX DMA PBL value shift */ #define EMAC_RXDMA_PBL_V (0x3f) /* RX DMA PBL value max value */ #define EMAC_FB_E (BIT(16)) /* Fixed burst */ diff --git a/boards/xtensa/esp32/esp32-devkitc/README.txt b/boards/xtensa/esp32/esp32-devkitc/README.txt index 25dfedb9b57..937aca9f3d9 100644 --- a/boards/xtensa/esp32/esp32-devkitc/README.txt +++ b/boards/xtensa/esp32/esp32-devkitc/README.txt @@ -378,7 +378,7 @@ OpenOCD for the ESP32 General OpenOCD build instructions ---------------------------------- Installing OpenOCD. The sources for the ESP32-enabled variant of - OpenOCD are available from Espressifs Github. To download the source, + OpenOCD are available from Espressifs GitHub. To download the source, use the following commands: git clone https://github.com/espressif/openocd-esp32.git diff --git a/net/can/can_callback.c b/net/can/can_callback.c index f8f0fae1d22..40076dd374e 100644 --- a/net/can/can_callback.c +++ b/net/can/can_callback.c @@ -135,7 +135,7 @@ uint16_t can_callback(FAR struct net_driver_s *dev, } #endif - /* Try to lock the network when successfull send data to the listener */ + /* Try to lock the network when successful send data to the listener */ if (net_trylock() == OK) { diff --git a/tools/version.sh b/tools/version.sh index 8467cbd1333..fd815daa917 100755 --- a/tools/version.sh +++ b/tools/version.sh @@ -71,7 +71,7 @@ while [ ! -z "$1" ]; do echo " show this help message and exit" echo " -v " echo " The NuttX version number expressed as a major, minor and patch" - echo " number seperated by a period" + echo " number separated by a period" echo " " echo " The full path to the version file to be created" exit 0 diff --git a/video/videomode/edid_dump.c b/video/videomode/edid_dump.c index fa5b50fd9b0..d3d2e098d63 100644 --- a/video/videomode/edid_dump.c +++ b/video/videomode/edid_dump.c @@ -122,7 +122,7 @@ void edid_dump(FAR const struct edid_info_s *edid) if ((edid->edid_video_input & EDID_DISPLAY_INPUT_SYNC) != 0) { - syslog(LOG_INFO, " %-16sSeperate syncs\n", ""); + syslog(LOG_INFO, " %-16sSeparate syncs\n", ""); } if ((edid->edid_video_input & EDID_DISPLAY_INPUT_COMPOSITE) != 0)