diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-07 23:35:00 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2022-10-12 09:39:50 +0300 |
commit | 7880672bdc975daa586e8256714d9906d30c615e (patch) | |
tree | e5ecabf6f3f6d0836d3e9715a156094663e9f75a /drivers/xen | |
parent | 3fac3734c43a2e21fefeb72124d8bd31dff3956f (diff) | |
download | linux-7880672bdc975daa586e8256714d9906d30c615e.tar.xz |
xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"
There is a spelling mistake in a Kconfig description. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/20221007203500.2756787-1-colin.i.king@gmail.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index a65bd92121a5..d5d7c402b651 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -56,7 +56,7 @@ config XEN_MEMORY_HOTPLUG_LIMIT depends on XEN_HAVE_PVMMU depends on MEMORY_HOTPLUG help - Maxmium amount of memory (in GiB) that a PV guest can be + Maximum amount of memory (in GiB) that a PV guest can be expanded to when using memory hotplug. A PV guest can have more memory than this limit if is |