Fix recurring typo: *tino->*tion

This commit is contained in:
Gregory Nutt 2018-01-27 13:34:58 -06:00
parent c0a79a8e45
commit 67d09e831b
4 changed files with 4 additions and 4 deletions

View File

@ -17445,7 +17445,7 @@
* The lcdrw example has been removed because it violates the portable OS
interface (2017-10-14).
* All configurations that use NXIMAGE or NXHELLO must select
NX_MULTIUSER. All configuratinos that use examples/nxterm must enable
NX_MULTIUSER. All configurations that use examples/nxterm must enable
CONFIG_LIB_BOARDCTL (2017-10-14).
* configs/stm32f103-minimum: Add support for LM75 in the
stm32f103-minimum board. From Alan Carvalho de Assis (2017-10-14).

View File

@ -16669,7 +16669,7 @@ detailed bugfix information):
* Examples/Tests: apps/examples:
- All configurations that use NXIMAGE or NXHELLO must select
NX_MULTIUSER. All configuratinos that use examples/nxterm must
NX_MULTIUSER. All configurations that use examples/nxterm must
enable CONFIG_LIB_BOARDCTL.
- All configurations that use NXLINES must select NX_MULTIUSER. All
configurations that use the NX server need to have larger POSIX

View File

@ -165,7 +165,7 @@ config SAMA5_HAVE_VDEC
bool
default n
# Summary configuratinos
# Summary configurations
config SAMA5_FLEXCOM
bool

View File

@ -1737,7 +1737,7 @@ struct qspi_dev_s *sam_qspi_initialize(int intf)
#ifdef CONFIG_SAMV7_QSPI
if (intf == 0)
{
/* If this function is called multiple times, the following operatinos
/* If this function is called multiple times, the following operations
* will be performed multiple times.
*/