Commit 3dde6ad8 authored by David Sterba's avatar David Sterba Committed by Adrian Bunk
Browse files

Fix trivial typos in Kconfig* files



Fix several typos in help text in Kconfig* files.

Signed-off-by: default avatarDavid Sterba <dave@jikos.cz>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent ccf6780d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -603,7 +603,7 @@ config ETRAX_CARDBUS
        select HOTPLUG
        select PCCARD_NONSTATIC
        help
	 Enabled the ETRAX Carbus driver.
	 Enabled the ETRAX Cardbus driver.

config PCI
       bool
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@ config GDB_MAGICPRINT
	bool "Message Output for GDB MagicPrint service"
	depends on (H8300H_SIM || H8S_SIM)
	help
	  kernel messages output useing MagicPrint service from GDB
	  kernel messages output using MagicPrint service from GDB

config SYSCALL_PRINT
	bool "SystemCall trace print"
	help
	  outout history of systemcall
	  output history of systemcall

config GDB_DEBUG
   	bool "Use gdb stub"
+2 −2
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ config MCORE2
	bool "Core 2/newer Xeon"
	help
	  Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx)
	  CPUs. You can distingush newer from older Xeons by the CPU family
	  CPUs. You can distinguish newer from older Xeons by the CPU family
	  in /proc/cpuinfo. Newer ones have 6.

config MPENTIUM4
@@ -172,7 +172,7 @@ config MWINCHIP3D
	help
	  Select this for an IDT Winchip-2A or 3.  Linux and GCC
	  treat this chip as a 586TSC with some extended instructions
	  and alignment reqirements.  Also enable out of order memory
	  and alignment requirements.  Also enable out of order memory
	  stores for this CPU, which can increase performance of some
	  operations.

+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ config KEXEC
	help
	  kexec is a system call that implements the ability to shutdown your
	  current kernel, and to start another kernel.  It is like a reboot
	  but it is indepedent of the system firmware.   And like a reboot
	  but it is independent of the system firmware.   And like a reboot
	  you can start any kernel with it, not just Linux.

	  The name comes from the similiarity to the exec system call.
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ source "lib/Kconfig.debug"
config FULLDEBUG
	bool "Full Symbolic/Source Debugging support"
	help
	  Enable debuging symbols on kernel build.
	  Enable debugging symbols on kernel build.

config HIGHPROFILE
	bool "Use fast second timer for profiling"
Loading