From 9655730ef82c5d97c9510b571733427864a4869e Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 12 Dec 2019 07:41:51 -0600 Subject: [PATCH] Fix various typos and spelling errors. --- ChangeLog | 28 ++++++++++----------- Documentation/NuttX.html | 4 +-- ReleaseNotes | 6 ++--- arch/arm/src/kinetis/kinetis_timerisr.c | 2 +- arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c | 2 +- arch/arm/src/sam34/sam4cm_oneshot.h | 4 +-- arch/arm/src/sama5/sam_oneshot.h | 4 +-- arch/arm/src/samv7/sam_oneshot.h | 4 +-- arch/arm/src/stm32/stm32_sdio.c | 4 +-- arch/arm/src/stm32f7/stm32_sdmmc.c | 4 +-- arch/arm/src/stm32l4/stm32l4_sdmmc.c | 4 +-- arch/arm/src/tms570/tms570_selftest.c | 2 +- arch/arm/src/xmc4/xmc4_timerisr.c | 2 +- arch/mips/src/pic32mz/pic32mz-ethernet.c | 4 +-- boards/arm/imx6/sabre-6quad/README.txt | 4 +-- boards/arm/samv7/samv71-xult/README.txt | 16 ++++++------ boards/z80/ez80/ez80f910200zco/README.txt | 2 +- drivers/input/ft5x06.c | 2 +- drivers/input/ft5x06.h | 2 +- drivers/net/telnet.c | 2 +- fs/nxffs/nxffs.h | 2 +- fs/nxffs/nxffs_write.c | 2 +- include/nuttx/sched_note.h | 2 +- net/icmp/icmp_sendto.c | 2 +- net/icmpv6/icmpv6_sendto.c | 2 +- sched/sched/sched_note.c | 2 +- tools/Makefile.host | 2 +- 27 files changed, 58 insertions(+), 58 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18b386ea916..33cb6974a66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3213,7 +3213,7 @@ strings by strerror(). * arch/arm/src/stm32/stm32_usbotghost.c: Finally... the USB OTG FS appears to handle NAKing correctly. - * configs/stm32f4discovery/*: Added and verifed support for USB OTG FS + * configs/stm32f4discovery/*: Added and verified support for USB OTG FS host on the STM32F4Discovery board. * configs/*/defconfig: Remove configuration documentation from config files. It is redundant, error-prone, and difficult to maintain. @@ -10053,7 +10053,7 @@ stm32_stdclockconfig() in stm32fxxxxx_rcc.c. Doing this I checked the possible uses of the LSI and the LSE sources: the LSI can be used for RTC and/or the IWDG, while the LSE only for the RTC (and to output - the MCO1 pin). This change is not verifed for any other platforms. + the MCO1 pin). This change is not verified for any other platforms. From Leo Aloe3132 * Rename arch_nshinitialize() to board_app_initialize() (2015-03-30). * ./*.mk, configs/.gitignore, Makefile, boardctl.c, include/nuttx/fs/ioctl, @@ -19507,7 +19507,7 @@ USART_CR3. This was not being done, so calls to TIOCSSINGLEWIRE were silently failing. This change checks the state of UE in USART_CR1, clears the UE bit - before writing HDSEL, then re-enables it if neccesary. From Kurt + before writing HDSEL, then re-enables it if necessary. From Kurt Kiefer (2018-06-14). * drivers/sensors: Add support for Telair T6713 carbon dioxide sensor. From Juha Niskanen (2018-06-15). @@ -20035,7 +20035,7 @@ the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select - or deselect the STM32 RTC but still be able to selecte the external + or deselect the STM32 RTC but still be able to select the external RTC. From Gregory Nutt (2018-08-08). * configs/stm32f4discovery/scripts/ld.script: Missing EXTERN(_vectors) From Gregory Nutt (2018-08-08). @@ -26538,7 +26538,7 @@ automatically if the NuttX math library is selected. From Gregory Nutt (2019-09-16). * boards/arm/cxd56xx/spresense/include/board_pinconfig.h: Add board - specific pin configurations of CXD5602 pins to fit Spresense board. + specific pin configurations of CXD5602 pins to fit Spresense board. From Takayoshi Koizumi (2019-09-16). * boards/arm/cxd56xx/spresense/Kconfig: Add a configuration to select if an extension board is attached to the SPresence. If there is no @@ -26708,7 +26708,7 @@ extension board. From Alin Jerpelea (2019-09-26). * arch\arm\src\stm32h7\Kconfig: Add the CRC option in KConfig. From Eduard Niesner (2019-09-27). - * arch/arm/src/stm32l4/stm32l4_dumpgpio.c: Fix using wrong GPIO enable register. + * arch/arm/src/stm32l4/stm32l4_dumpgpio.c: Fix using wrong GPIO enable register. From Juha Niskanen (2019-09-27). * boards/arm/stm32/stm32f429i-disco/include/board.h: Remove forbidden STM32 header file inclusions. Fix some coding standard issues. From Gregory Nutt @@ -26826,7 +26826,7 @@ other SMP architectures as well. From Gregory Nutt (2019-10-04). * sched/wdog/wd_start.c: Back out a kludge-workaround for an SDCC compiler problem fix back in Feb 2017. That workaround now appears to - conflict with newer GCC versions using unsupport warning options. + conflict with newer GCC versions using unsupport warning options. From Gregory Nutt (2019-10-04). * drivers/wireless/bluetooth/bt_uart_bcm4343x.c: BCM4343x HCIUART support. From Dave Marples (2019-10-04). @@ -26835,7 +26835,7 @@ (2019-10-04). * boards/arm/tiva/tm4c123g-launchpad/: SPI CAN functionality on TM4C123GXL - ek-tm4c123gxl_spi_can. From DisruptiveNL (2019-10-05). - * arch/sim/src/sim/up_hostfs.c: hostfs skip '.' and '..' in readdir' + * arch/sim/src/sim/up_hostfs.c: hostfs skip '.' and '..' in readdir' From Xiang Xiao (2019-10-07). * tools/mkromfsimg.sh: Use sed to add const to ROMFS declarations so that they like in FLASH not RAM. From Bernd Walter (2019-10-07). @@ -26854,7 +26854,7 @@ overflow on some calculations. From Daniel Pereira Volpato (2019-10-07). * boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h: Add TIMx clock - frequencies boards/arm/stm32f0l0g0/nucleo-g070rb: Enable basic timers + frequencies boards/arm/stm32f0l0g0/nucleo-g070rb: Enable basic timers From Daniel Pereira Volpato (2019-10-07). * drivers/wireless/bluetooth/bt_uart_bcm4343x.c: Fix small a small bug found during testing. @@ -26944,7 +26944,7 @@ be ignored. From liuhaitao (2019-10-17). * tools/LibTargets.mk: Make libapps.a by the default target. From Xiang Xiao (2019-10-17). - * include/nuttx/timers/pwm.h: Correct some typos. + * include/nuttx/timers/pwm.h: Correct some typos. arch/arm/src/stm32f0l0g0: Add PWM support. From Daniel Pereira Volpato (2019-10-17). * boards/arm/stm32f0l0g0/nucleo-g070rb: Add PWM support and GPIO_TIM3_* @@ -27010,7 +27010,7 @@ * stm32f4dis with gs2200m: - drivers: wireless: Add SPI_SELECT() to _read/write_data() in gs2200m.c - boards: stm32f4discovery: Add support for gs2200m. NOTE: GS2200M - for Spresense works with mikroe STM32F4 Discovery Shield (slot3) + for Spresense works with mikroe STM32F4 Discovery Shield (slot3) From Masayuki Ishikawa (2019-10-22). * STM32H7: Flash driver and Serious BUG fixes: - arch/arm/Kconfig:Add ARCH_HAVE_PROGMEM for STM32H7 @@ -27126,7 +27126,7 @@ (2019-10-26). * tools/nxstyle.c: Eliminate false alarms when checking for alignment of comments to the right of code. Fix check for C++ style comments so - that strings like http:// and https:// do not generate false alarms. + that strings like http:// and https:// do not generate false alarms. From Gregory Nutt (2019-10-27). * boards/arm/sama5/sama5d4-ek/src/sam_appinit.c: Fix error found in build testing. Bad conditional compilation for @@ -27459,7 +27459,7 @@ imx1060-evk to remove compilation warnings about duplicated definitions. No functional changes. From Dave Marples (2019-11-10). * arch/sim/src/sim/up_simuart.c: Remove CONFIG_SIM_UART_DATAPOST for - arch/sim. It's very dangerous to call NuttX API from simuart_thread. + arch/sim. It's very dangerous to call NuttX API from simuart_thread. From Xiang Xiao (2019-11-10). * arch/sim/src/sim: Replace all CONFIG_DEV_CONSOLE with USE_DEVCONSOLE for arch/sim and compile up_devconsole.c conditionally. From Xiang @@ -27499,7 +27499,7 @@ * arch/arm/src/imxrt/imxrt_idle.c: Y'all remember that conversation we had about why WFI might have been disabled on imxrt? Well, looks like we found the reason: - - https://github.com/zephyrproject-rtos/zephyr/pull/8535/commits: + - https://github.com/zephyrproject-rtos/zephyr/pull/8535/commits: "The imxrt1050 is configured to use SYSTICK for the kernel timer, but SYSTICK cannot wake up the soc from low-power modes. Disable low-power modes on this soc until we have support for an alternative diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 5a36ba94622..c8384e7f598 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -6421,11 +6421,11 @@ Mem: 29232 5920 23312 23312 diff --git a/ReleaseNotes b/ReleaseNotes index 7dab746d991..e9c60222b45 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -8787,7 +8787,7 @@ detailed bugfix information): stm32fxxxxx_rcc.c. Doing this I checked the possible uses of the LSI and the LSE sources: the LSI can be used for RTC and/or the IWDG, while the LSE only for the RTC (and to output the MCO1 pin). - This change is not verifed for any other platforms. From Leo + This change is not verified for any other platforms. From Leo Aloe3132 * Tiva Drivers: @@ -19459,7 +19459,7 @@ detailed bugfix information): use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select - or deselect the STM32 RTC but still be able to selecte the external + or deselect the STM32 RTC but still be able to select the external RTC. From Gregory Nutt. - STM32 F3 I2C: Fix compile error with I2C reset. From Juha Niskanen. @@ -19467,7 +19467,7 @@ detailed bugfix information): must be disabled in order to write HDSEL in USART_CR3. This was not being done, so calls to TIOCSSINGLEWIRE were silently failing. This change checks the state of UE in USART_CR1, clears the UE bit - before writing HDSEL, then re-enables it if neccesary. From Kurt + before writing HDSEL, then re-enables it if necessary. From Kurt Kiefer. - STM32 F7 DMA: DMA macros did not account for the increase from 8 to 16 DMA channels. From Gregory Nutt. diff --git a/arch/arm/src/kinetis/kinetis_timerisr.c b/arch/arm/src/kinetis/kinetis_timerisr.c index 1090b7d318a..38cc8656a1a 100644 --- a/arch/arm/src/kinetis/kinetis_timerisr.c +++ b/arch/arm/src/kinetis/kinetis_timerisr.c @@ -122,7 +122,7 @@ void arm_timer_initialize(void) regval |= (NVIC_SYSH_PRIORITY_DEFAULT << NVIC_SYSH_PRIORITY_PR15_SHIFT); putreg32(regval, NVIC_SYSH12_15_PRIORITY); - /* Note that is should not be neccesary to set the SYSTICK clock source: + /* Note that it should not be necessary to set the SYSTICK clock source: * "The CLKSOURCE bit in SysTick Control and Status register is always set * to select the core clock." */ diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c index 351cee4e286..03e084ecdf5 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c @@ -1280,7 +1280,7 @@ static int lpc17_40_interrupt(int irq, void *context, FAR void *arg) lpc17_40_endtransfer(priv, SDIOWAIT_TRANSFERDONE); } - /* Otherwise, just disable futher transfer interrupts and + /* Otherwise, just disable further transfer interrupts and * wait for the DMA complete event. */ diff --git a/arch/arm/src/sam34/sam4cm_oneshot.h b/arch/arm/src/sam34/sam4cm_oneshot.h index d46b67b4211..a30fda2ebb0 100644 --- a/arch/arm/src/sam34/sam4cm_oneshot.h +++ b/arch/arm/src/sam34/sam4cm_oneshot.h @@ -84,8 +84,8 @@ struct sam_oneshot_s * the callback */ #ifdef CONFIG_SAM34_FREERUN volatile uint32_t start_count; /* Stores the value of the freerun counter, - * at each start of the onshot timer. Is neccesary - * to find out if the onshot counter was updated + * at each start of the oneshot timer. Is necessary + * to find out if the oneshot counter was updated * correctly at the time of the call to * sam_oneshot_cancel or not. */ #endif diff --git a/arch/arm/src/sama5/sam_oneshot.h b/arch/arm/src/sama5/sam_oneshot.h index 15431882fc0..dbc52a56825 100644 --- a/arch/arm/src/sama5/sam_oneshot.h +++ b/arch/arm/src/sama5/sam_oneshot.h @@ -84,8 +84,8 @@ struct sam_oneshot_s * the callback */ #ifdef CONFIG_SAMA5_FREERUN volatile uint32_t start_count; /* Stores the value of the freerun counter, - * at each start of the onshot timer. Is neccesary - * to find out if the onshot counter was updated + * at each start of the oneshot timer. Is necessary + * to find out if the oneshot counter was updated * correctly at the time of the call to * sam_oneshot_cancel or not. */ #endif diff --git a/arch/arm/src/samv7/sam_oneshot.h b/arch/arm/src/samv7/sam_oneshot.h index 276698c7dda..0dd19cd724f 100644 --- a/arch/arm/src/samv7/sam_oneshot.h +++ b/arch/arm/src/samv7/sam_oneshot.h @@ -84,8 +84,8 @@ struct sam_oneshot_s * the callback */ #ifdef CONFIG_SAMV7_FREERUN volatile uint32_t start_count; /* Stores the value of the freerun counter, - * at each start of the onshot timer. Is neccesary - * to find out if the onshot counter was updated + * at each start of the oneshot timer. Is necessary + * to find out if the oneshot counter was updated * correctly at the time of the call to * sam_oneshot_cancel or not. */ #endif diff --git a/arch/arm/src/stm32/stm32_sdio.c b/arch/arm/src/stm32/stm32_sdio.c index ec0c26e02c6..f51028052c8 100644 --- a/arch/arm/src/stm32/stm32_sdio.c +++ b/arch/arm/src/stm32/stm32_sdio.c @@ -93,7 +93,7 @@ * CONFIG_STM32_SDIO_WIDTH_D1_ONLY - This may be selected to force the * driver operate with only a single data line (the default is to use * all 4 SD data lines). - * CONFIG_SDM_DMAPRIO - SDIO DMA priority. This can be selecte if + * CONFIG_SDM_DMAPRIO - SDIO DMA priority. This can be selected if * CONFIG_STM32_SDIO_DMA is enabled. * CONFIG_SDIO_XFRDEBUG - Enables some very low-level debug output * This also requires CONFIG_DEBUG_FS and CONFIG_DEBUG_INFO @@ -1468,7 +1468,7 @@ static int stm32_interrupt(int irq, void *context, FAR void *arg) stm32_endtransfer(priv, SDIOWAIT_TRANSFERDONE); } - /* Otherwise, just disable futher transfer interrupts and + /* Otherwise, just disable further transfer interrupts and * wait for the DMA complete event. */ diff --git a/arch/arm/src/stm32f7/stm32_sdmmc.c b/arch/arm/src/stm32f7/stm32_sdmmc.c index 1a58ee6fbef..7d70692d432 100644 --- a/arch/arm/src/stm32f7/stm32_sdmmc.c +++ b/arch/arm/src/stm32f7/stm32_sdmmc.c @@ -95,7 +95,7 @@ * CONFIG_SDMMC1/2_WIDTH_D1_ONLY - This may be selected to force the driver * operate with only a single data line (the default is to use all * 4 SD data lines). - * CONFIG_SDMMMC_DMAPRIO - SDMMC DMA priority. This can be selecte if + * CONFIG_SDMMC_DMAPRIO - SDMMC DMA priority. This can be selected if * CONFIG_STM32F7_SDMMC_DMA is enabled. * CONFIG_CONFIG_STM32F7_SDMMC_XFRDEBUG - Enables some very low-level debug * output. This also requires CONFIG_DEBUG_FS and CONFIG_DEBUG_INFO @@ -1723,7 +1723,7 @@ static int stm32_sdmmc_interrupt(int irq, void *context, void *arg) stm32_endtransfer(priv, SDIOWAIT_TRANSFERDONE); } - /* Otherwise, just disable futher transfer interrupts and + /* Otherwise, just disable further transfer interrupts and * wait for the DMA complete event. */ diff --git a/arch/arm/src/stm32l4/stm32l4_sdmmc.c b/arch/arm/src/stm32l4/stm32l4_sdmmc.c index 7a77d0300ab..c5449c45f32 100644 --- a/arch/arm/src/stm32l4/stm32l4_sdmmc.c +++ b/arch/arm/src/stm32l4/stm32l4_sdmmc.c @@ -94,7 +94,7 @@ * CONFIG_SDMMC1/2_WIDTH_D1_ONLY - This may be selected to force the driver * operate with only a single data line (the default is to use all * 4 SD data lines). - * CONFIG_SDMMMC_DMAPRIO - SDMMC DMA priority. This can be selecte if + * CONFIG_SDMMC_DMAPRIO - SDMMC DMA priority. This can be selected if * CONFIG_STM32L4_SDMMC_DMA is enabled. * CONFIG_CONFIG_STM32L4_SDMMC_XFRDEBUG - Enables some very low-level * debug output. This also requires CONFIG_DEBUG_FS and @@ -1575,7 +1575,7 @@ static int stm32_sdmmc_interrupt(int irq, void *context, void *arg) stm32_endtransfer(priv, SDIOWAIT_TRANSFERDONE); } - /* Otherwise, just disable futher transfer interrupts and + /* Otherwise, just disable further transfer interrupts and * wait for the DMA complete event. */ diff --git a/arch/arm/src/tms570/tms570_selftest.c b/arch/arm/src/tms570/tms570_selftest.c index 8a1d55aaf14..2138035c657 100644 --- a/arch/arm/src/tms570/tms570_selftest.c +++ b/arch/arm/src/tms570/tms570_selftest.c @@ -242,7 +242,7 @@ void tms570_memtest_selftest(void) * Name: tms570_memtest_start * * Description: - * Start the memory test on the selecte set of RAMs. This test does not + * Start the memory test on the selected set of RAMs. This test does not * return until the memory test is completed. * * Input Parameters: diff --git a/arch/arm/src/xmc4/xmc4_timerisr.c b/arch/arm/src/xmc4/xmc4_timerisr.c index f6752c796c9..086092813d2 100644 --- a/arch/arm/src/xmc4/xmc4_timerisr.c +++ b/arch/arm/src/xmc4/xmc4_timerisr.c @@ -140,7 +140,7 @@ void arm_timer_initialize(void) putreg32(regval, NVIC_SYSH12_15_PRIORITY); #ifndef USE_STDBY_CLOCK - /* Note that is should not be neccesary to set the SYSTICK clock source: + /* Note that it should not be necessary to set the SYSTICK clock source: * "The CLKSOURCE bit in SysTick Control and Status register is always set * to select the core clock." * diff --git a/arch/mips/src/pic32mz/pic32mz-ethernet.c b/arch/mips/src/pic32mz/pic32mz-ethernet.c index 6ce249947d6..61c34c65d37 100644 --- a/arch/mips/src/pic32mz/pic32mz-ethernet.c +++ b/arch/mips/src/pic32mz/pic32mz-ethernet.c @@ -179,8 +179,8 @@ /* Debug Configuration *****************************************************/ -/* Register/Descriptor debug -- can only happen of CONFIG_DEBUG_FEATURES is - * selecte. This will probably generate much more output than you care to see. +/* Register/Descriptor debug -- can only happen if CONFIG_DEBUG_FEATURES is + * selected. This will probably generate much more output than you care to see. */ #ifndef CONFIG_DEBUG_FEATURES diff --git a/boards/arm/imx6/sabre-6quad/README.txt b/boards/arm/imx6/sabre-6quad/README.txt index ccf047af552..f2f43cbd6f7 100644 --- a/boards/arm/imx6/sabre-6quad/README.txt +++ b/boards/arm/imx6/sabre-6quad/README.txt @@ -574,9 +574,9 @@ A: Yes with the following modifications to the procedure above. gdb> mon go That will restart U-Boot and you have to press ENTER in the terminal - window to stop U-Boot. Restarting U-Boot is a necesary part of the + window to stop U-Boot. Restarting U-Boot is a necessary part of the restart process because you need to put the hardware back in its initial - state before running NuttX + state before running NuttX. Then this will restart the debug session just as before: diff --git a/boards/arm/samv7/samv71-xult/README.txt b/boards/arm/samv7/samv71-xult/README.txt index 328dec14a2d..68125b60bcf 100644 --- a/boards/arm/samv7/samv71-xult/README.txt +++ b/boards/arm/samv7/samv71-xult/README.txt @@ -144,9 +144,9 @@ to a particular configuration. as of this writing. See discussion in include/nuttx/spi/slave.h and in the section entitle "SPI Slave" below. - 9. A QSPI FLASH driver was added and verifed on 2015-11-10. This driver + 9. A QSPI FLASH driver was added and verified on 2015-11-10. This driver operated in the memory mapped Serial Memory Mode (SMM). See the - "S25FL116K QuadSPI FLASH" section below for futher information. + "S25FL116K QuadSPI FLASH" section below for further information. 10. On-chip FLASH support as added and verified on 2015-11-13. See the "Program FLASH Access" section below for further information. @@ -174,7 +174,7 @@ use either the VCOM or an external RS-232 driver. Here are some options. ------ ------ ------- ------- -------- In this configuration, an external RS232 driver can also be used - instead of the shield. Simply connext as follows: + instead of the shield. Simply connect as follows: --------- ----------- Arduino RS-232 @@ -489,7 +489,7 @@ The configuration data device will appear at /dev/config. S25FL116K QuadSPI FLASH ==================== -A QSPI FLASH driver was added and verifed on 2015-11-07. This driver +A QSPI FLASH driver was added and verified on 2015-11-07. This driver operated in the memory mapped Serial Memory Mode (SMM). These configuration options were enabled to test QSPI: @@ -575,7 +575,7 @@ wrapped as a character driver and available as /dev/mtd0. Program FLASH Access ==================== -An on-chip FLASH driver was added and verifed on 2015-11-13. These +An on-chip FLASH driver was added and verified on 2015-11-13. These configuration options were enabled to test the on-chip FLASH support: CONFIG_MTD_PROGMEM=y @@ -767,9 +767,9 @@ Cache-Related Issues I- and D-Caches can be enabled but the D-Cache must be enabled in write- through mode. This is to work around issues with the RX and TX descriptors -with are 8-bytes in size. But the D-Cache cache line size is 32-bytes. +which are 8-bytes in size. But the D-Cache cache line size is 32-bytes. That means that you cannot reload, clean or invalidate a descriptor without -also effecting three neighboring descriptors. Setting write through mode +also affecting three neighboring descriptors. Setting write through mode eliminates the need for cleaning the D-Cache. If only reloading and invalidating are done, then there is no problem. @@ -1191,7 +1191,7 @@ the connectors worked. Let me share this so that, perhaps, I can save you the same embarrassment: - The maXTouch Xplained Pro has an Omron XF2M-5015-1A connector. There is a - black bar at back (toward the baord). Raise that bar and insert the cable + black bar at back (toward the board). Raise that bar and insert the cable with the contacts away from the board. Lower that bar to lock the cable in place. diff --git a/boards/z80/ez80/ez80f910200zco/README.txt b/boards/z80/ez80/ez80f910200zco/README.txt index 5a6360e2333..776969ada24 100644 --- a/boards/z80/ez80/ez80f910200zco/README.txt +++ b/boards/z80/ez80/ez80f910200zco/README.txt @@ -62,7 +62,7 @@ Version 5.2.1 Version 5.3.0 - I verifed compilation using 5.30 on June 2, 2019. To use this version, + I verified compilation using 5.30 on June 2, 2019. To use this version, I had to make spurious modification to the implementation of gmtimer() to work around an internal compiler error. I have still not verified that are no errors in the compiled code. diff --git a/drivers/input/ft5x06.c b/drivers/input/ft5x06.c index 4c71a902ba3..7dfb6b45138 100644 --- a/drivers/input/ft5x06.c +++ b/drivers/input/ft5x06.c @@ -9,7 +9,7 @@ * Dec. 18, 2012 * * Some of this driver was developed with input from NXP sample code for - * the LPCXpresso-LPC54628 baord. That sample code as a compatible BSD + * the LPCXpresso-LPC54628 board. That sample code as a compatible BSD * license: * * Copyright (c) 2016, Freescale Semiconductor, Inc. diff --git a/drivers/input/ft5x06.h b/drivers/input/ft5x06.h index b309f8dc1f0..1593b43b3d8 100644 --- a/drivers/input/ft5x06.h +++ b/drivers/input/ft5x06.h @@ -9,7 +9,7 @@ * Dec. 18, 2012 * * Some of this driver was developed with input from NXP sample code for - * the LPCXpresso-LPC54628 baord. That sample code as a compatible BSD + * the LPCXpresso-LPC54628 board. That sample code as a compatible BSD * license: * * Copyright (c) 2016, Freescale Semiconductor, Inc. diff --git a/drivers/net/telnet.c b/drivers/net/telnet.c index 8dca0f222ae..6c49adce4f9 100644 --- a/drivers/net/telnet.c +++ b/drivers/net/telnet.c @@ -628,7 +628,7 @@ static bool telnet_putchar(FAR struct telnet_dev_s *priv, uint8_t ch, register int index; bool ret = false; - /* Ignore carriage returns (we will put these in automatically as necesary) */ + /* Ignore carriage returns (we will put these in automatically as necessary) */ if (ch != ISO_cr) { diff --git a/fs/nxffs/nxffs.h b/fs/nxffs/nxffs.h index c6ae19bed1a..5d0327b8b3a 100644 --- a/fs/nxffs/nxffs.h +++ b/fs/nxffs/nxffs.h @@ -955,7 +955,7 @@ int nxffs_wrreserve(FAR struct nxffs_volume_s *volume, size_t size); * * Input Parameters: * volume - Describes the NXFFS volume - * size - The size of the object to be verifed. + * size - The size of the object to be verified. * * Returned Value: * Zero is returned on success. Otherwise, a negated errno value is diff --git a/fs/nxffs/nxffs_write.c b/fs/nxffs/nxffs_write.c index 639be932ef6..324ee1850d6 100644 --- a/fs/nxffs/nxffs_write.c +++ b/fs/nxffs/nxffs_write.c @@ -835,7 +835,7 @@ int nxffs_wrreserve(FAR struct nxffs_volume_s *volume, size_t size) * * Input Parameters: * volume - Describes the NXFFS volume - * size - The size of the object to be verifed. + * size - The size of the object to be verified. * * Returned Value: * Zero is returned on success. Otherwise, a negated errno value is diff --git a/include/nuttx/sched_note.h b/include/nuttx/sched_note.h index 5d935ce0166..0951d3e4f33 100644 --- a/include/nuttx/sched_note.h +++ b/include/nuttx/sched_note.h @@ -310,7 +310,7 @@ void sched_note_spinabort(FAR struct tcb_s *tcb, FAR volatile void *spinlock); * * Description: * Remove the next note from the tail of the circular buffer. The note - * is also removed from the circular buffer to make room for futher notes. + * is also removed from the circular buffer to make room for further notes. * * Input Parameters: * buffer - Location to return the next note diff --git a/net/icmp/icmp_sendto.c b/net/icmp/icmp_sendto.c index ea6ca0c8326..c50acf2ca1a 100644 --- a/net/icmp/icmp_sendto.c +++ b/net/icmp/icmp_sendto.c @@ -410,7 +410,7 @@ ssize_t icmp_sendto(FAR struct socket *psock, FAR const void *buf, size_t len, * packets from the read-ahead buffer. * * REVISIT: How to we free up any lingering reponses if there are no - * futher pings? + * further pings? */ icmp = (FAR struct icmp_hdr_s *)buf; diff --git a/net/icmpv6/icmpv6_sendto.c b/net/icmpv6/icmpv6_sendto.c index f682304d36e..353268a4ab8 100644 --- a/net/icmpv6/icmpv6_sendto.c +++ b/net/icmpv6/icmpv6_sendto.c @@ -401,7 +401,7 @@ ssize_t icmpv6_sendto(FAR struct socket *psock, FAR const void *buf, size_t len, * packets from the read-ahead buffer. * * REVISIT: How to we free up any lingering reponses if there are no - * futher pings? + * further pings? */ icmpv6 = (FAR struct icmpv6_echo_request_s *)buf; diff --git a/sched/sched/sched_note.c b/sched/sched/sched_note.c index 02e82041c96..91e5893b97d 100644 --- a/sched/sched/sched_note.c +++ b/sched/sched/sched_note.c @@ -594,7 +594,7 @@ void sched_note_spinabort(FAR struct tcb_s *tcb, FAR volatile void *spinlock) * * Description: * Remove the next note from the tail of the circular buffer. The note - * is also removed from the circular buffer to make room for futher notes. + * is also removed from the circular buffer to make room for further notes. * * Input Parameters: * buffer - Location to return the next note diff --git a/tools/Makefile.host b/tools/Makefile.host index 7d559b44167..77573a0d706 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -182,7 +182,7 @@ nxstyle: nxstyle$(HOSTEXEEXT) endif # initialconfig - Create a barebones .config file sufficient only for -# instantiating the symbolic links necesary to do a real configuration +# instantiating the symbolic links necessary to do a real configuration # from scratch. initialconfig$(HOSTEXEEXT): initialconfig.c