Fix recurring typo: *tino->*tion
This commit is contained in:
parent
c0a79a8e45
commit
67d09e831b
@ -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).
|
||||
|
@ -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
|
||||
|
@ -165,7 +165,7 @@ config SAMA5_HAVE_VDEC
|
||||
bool
|
||||
default n
|
||||
|
||||
# Summary configuratinos
|
||||
# Summary configurations
|
||||
|
||||
config SAMA5_FLEXCOM
|
||||
bool
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user