From: Colin Ian King Date: Fri, 4 Dec 2020 19:45:49 +0000 (+0000) Subject: net: fix spelling mistake "wil" -> "will" in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00649542f1ba1cc60759eb56f4675bf72ef3d999;p=linux.git net: fix spelling mistake "wil" -> "will" in Kconfig There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20201204194549.1153063-1-colin.king@canonical.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 4ee41924cdf10..260f9f46668b8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -287,7 +287,7 @@ config GTP 3GPP TS 29.060 standards. To compile this drivers as a module, choose M here: the module - wil be called gtp. + will be called gtp. config MACSEC tristate "IEEE 802.1AE MAC-level encryption (MACsec)"