Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b2aac42 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

Fix typo in various Kconfig file



Correct spelling typo in various Kconfig file.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b40b26cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ choice
	help
	  The Freescale (was Motorola) M68K family of processors implements
	  the full 68000 processor instruction set.
	  The Freescale ColdFire family of processors is a modern derivitive
	  The Freescale ColdFire family of processors is a modern derivative
	  of the 68000 processor family. They are mainly targeted at embedded
	  applications, and are all System-On-Chip (SOC) devices, as opposed
	  to stand alone CPUs. They implement a subset of the original 68000
+2 −2
Original line number Diff line number Diff line
@@ -1001,12 +1001,12 @@ config HOLES_IN_ZONE
	bool

#
# Endianess selection.  Sufficiently obscure so many users don't know what to
# Endianness selection.  Sufficiently obscure so many users don't know what to
# answer,so we try hard to limit the available choices.  Also the use of a
# choice statement should be more obvious to the user.
#
choice
	prompt "Endianess selection"
	prompt "Endianness selection"
	help
	  Some MIPS machines can be configured for either little or big endian
	  byte order. These modes require different kernels and a different
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ config CMDLINE
	  options.

config CMDLINE_OVERRIDE
	bool "Built-in command line overrides firware arguments"
	bool "Built-in command line overrides firmware arguments"
	default n
	depends on CMDLINE_BOOL
	help
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW
	bool "Check for kernel stack overflow"
	default y
	help
	  Make extra checks for space avaliable on stack in some
	  Make extra checks for space available on stack in some
          critical functions. This will cause kernel to run a bit slower,
	  but will catch most of kernel stack overruns and exit gracefuly.

+2 −2
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ config PPC_ICSWX_PID
	default y
	---help---
	  The PID register in server is used explicitly for ICSWX.  In
	  embedded systems PID managment is done by the system.
	  embedded systems PID management is done by the system.

config PPC_ICSWX_USE_SIGILL
	bool "Should a bad CT cause a SIGILL?"
@@ -266,7 +266,7 @@ config PPC_ICSWX_USE_SIGILL
	default n
	---help---
	  Should a bad CT used for "non-record form ICSWX" cause an
	  illegal intruction signal or should it be silent as
	  illegal instruction signal or should it be silent as
	  architected.

	  If in doubt, say N here.
Loading