Commit 9f20599c authored by Colin Ian King's avatar Colin Ian King Committed by Christoph Hellwig
Browse files

nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig



There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 0068a7b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ config NVME_TARGET_PASSTHRU
	  This enables target side NVMe passthru controller support for the
	  NVMe Over Fabrics protocol. It allows for hosts to manage and
	  directly access an actual NVMe controller residing on the target
	  side, incuding executing Vendor Unique Commands.
	  side, including executing Vendor Unique Commands.

	  If unsure, say N.