nuttx/libs/libc/stdlib
Nathan Hartman ce20211357 Fix various typos in comments and documentation
Fix typos in these files:
    * Documentation/components/drivers/character/foc.rst
    * Documentation/guides/cpp_cmake.rst
    * Kconfig
    * arch/arm/src/imxrt/imxrt_lpspi.c
    * arch/arm/src/kinetis/kinetis_spi.c
    * arch/arm/src/kl/kl_spi.c
    * arch/arm/src/lpc31xx/lpc31_spi.c
    * arch/arm/src/nrf52/nrf52_radio.h
    * arch/arm/src/s32k1xx/s32k1xx_lpspi.c
    * arch/arm/src/stm32/Kconfig
    * arch/arm/src/stm32/stm32_adc.c
    * arch/arm/src/stm32/stm32_foc.c
    * arch/arm/src/stm32/stm32_foc.h
    * arch/arm/src/stm32/stm32_pwm.c
    * arch/arm/src/stm32/stm32_spi.c
    * arch/arm/src/stm32f0l0g0/stm32_spi.c
    * arch/arm/src/stm32f7/Kconfig
    * arch/arm/src/stm32f7/stm32_spi.c
    * arch/arm/src/stm32h7/Kconfig
    * arch/arm/src/stm32h7/stm32_allocateheap.c
    * arch/arm/src/stm32h7/stm32_fmc.c
    * arch/arm/src/stm32h7/stm32_fmc.h
    * arch/arm/src/stm32h7/stm32_pwm.c
    * arch/arm/src/stm32h7/stm32_qspi.c
    * arch/arm/src/stm32h7/stm32_spi.c
    * arch/arm/src/stm32l4/stm32l4_pwm.c
    * arch/arm/src/stm32l4/stm32l4_spi.c
    * arch/arm/src/stm32l5/Kconfig
    * arch/arm/src/stm32l5/stm32l5_spi.c
    * arch/renesas/src/rx65n/rx65n_dtc.c
    * arch/renesas/src/rx65n/rx65n_usbdev.c
    * arch/risc-v/src/rv32m1/rv32m1_serial.c
    * boards/arm/stm32/b-g431b-esc1/src/stm32_foc.c
    * boards/arm/stm32/nucleo-f103rb/src/stm32_foc_ihm07m1.c
    * boards/arm/stm32/nucleo-f302r8/src/stm32_foc_ihm07m1.c
    * boards/arm/stm32h7/nucleo-h743zi2/README.txt
    * boards/risc-v/rv32m1/rv32m1-vega/README.txt
    * boards/sim/sim/sim/scripts/Make.defs
    * drivers/1wire/1wire.c
    * drivers/1wire/1wire_internal.h
    * drivers/lcd/Kconfig
    * drivers/syslog/ramlog.c
    * fs/fat/Kconfig
    * libs/libc/debug/Kconfig
    * libs/libc/machine/Kconfig
    * libs/libc/stdio/lib_libvsprintf.c
    * libs/libc/stdlib/lib_div.c
    * libs/libc/stdlib/lib_ldiv.c
    * libs/libc/stdlib/lib_lldiv.c
    * libs/libdsp/lib_observer.c
2021-07-04 11:23:26 -05:00
..
Kconfig libs/libc: Remove support for CONFIG_FS_WRITABLE 2020-03-22 08:24:07 -05:00
lib_abort.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_abs.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_aligned_alloc.c Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib 2021-07-01 11:44:38 -07:00
lib_atof.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atoi.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atol.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atoll.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_bsearch.c
lib_checkbase.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_div.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_Exit.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_itoa.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_labs.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_ldiv.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_llabs.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_lldiv.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_mblen.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_mbstowcs.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_mbtowc.c libc: Implement wcsrtombs, wcsnrtombs and mbsnrtowcs 2020-06-02 07:13:37 -06:00
lib_mkdtemp.c libs/libc/stdlib: Implement mkdtemp(3) syscall 2020-09-19 04:16:14 -07:00
lib_mkstemp.c libs/libc/stdio: correct the prototype of mktemp(3) 2020-09-19 04:16:14 -07:00
lib_mktemp.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
lib_openpty.c libc: Implement openpty function 2021-05-12 21:08:23 -07:00
lib_posix_memalign.c Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib 2021-07-01 11:44:38 -07:00
lib_ptsname.c libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too 2021-05-07 16:35:20 -03:00
lib_ptsnamer.c libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too 2021-05-07 16:35:20 -03:00
lib_qsort.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_rand.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_realpath.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
lib_srand.c Remove the unnecessary math.h inclusion 2021-04-12 22:58:23 -04:00
lib_strtod.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_strtof.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_strtol.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_strtold.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_strtoll.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strtoul.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_strtoull.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_unlockpt.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_valloc.c Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib 2021-07-01 11:44:38 -07:00
lib_wcstombs.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_wctomb.c
Make.defs Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib 2021-07-01 11:44:38 -07:00