Commit 7880672b authored by Colin Ian King's avatar Colin Ian King Committed by Juergen Gross
Browse files

xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"



There is a spelling mistake in a Kconfig description. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarStefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/20221007203500.2756787-1-colin.i.king@gmail.com


Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 3fac3734
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ config XEN_MEMORY_HOTPLUG_LIMIT
	depends on XEN_HAVE_PVMMU
	depends on XEN_HAVE_PVMMU
	depends on MEMORY_HOTPLUG
	depends on MEMORY_HOTPLUG
	help
	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.
	  expanded to when using memory hotplug.


	  A PV guest can have more memory than this limit if is
	  A PV guest can have more memory than this limit if is