summaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
authorMasanari Iida2013-11-30 13:38:43 +0100
committerJiri Kosina2013-12-02 14:54:57 +0100
commit5065a706c1784f2dd661cd43c1ac2b4ae92d0afa (patch)
tree7a219e78eb267df0380b902f9393772c06070bda /drivers/xen/Kconfig
parentFix comment typo for alloc_netdev_mqs() (diff)
downloadkernel-qcow2-linux-5065a706c1784f2dd661cd43c1ac2b4ae92d0afa.tar.gz
kernel-qcow2-linux-5065a706c1784f2dd661cd43c1ac2b4ae92d0afa.tar.xz
kernel-qcow2-linux-5065a706c1784f2dd661cd43c1ac2b4ae92d0afa.zip
treewide: Fix typo in Kconfig
Correct spelling typo in Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 23eae5cb69c2..e8dc72c4bf11 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -223,7 +223,7 @@ config XEN_ACPI_PROCESSOR
To do that the driver parses the Power Management data and uploads
said information to the Xen hypervisor. Then the Xen hypervisor can
- select the proper Cx and Pxx states. It also registers itslef as the
+ select the proper Cx and Pxx states. It also registers itself as the
SMM so that other drivers (such as ACPI cpufreq scaling driver) will
not load.