aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Packham <chris.packham@alliedtelesis.co.nz>2020-05-26 10:55:59 +1200
committerDavid S. Miller <davem@davemloft.net>2020-05-26 20:32:06 -0700
commit9a233d329ec5cd2dd64737d24018c1463ad88f26 (patch)
treebe6840543cd3ffc44beb10e822dc8f06b6c97c0f
parent09cb9f269bac3ed667105cbbd8600b7f37ba9193 (diff)
downloadspdx-9a233d329ec5cd2dd64737d24018c1463ad88f26.tar.gz
net: sctp: Fix spelling in Kconfig help
Change 'handeled' to 'handled' in the Kconfig help for SCTP. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/sctp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
index 6e2eb1dd64ed0f..68934438ee19c6 100644
--- a/net/sctp/Kconfig
+++ b/net/sctp/Kconfig
@@ -31,7 +31,7 @@ menuconfig IP_SCTP
homing at either or both ends of an association."
To compile this protocol support as a module, choose M here: the
- module will be called sctp. Debug messages are handeled by the
+ module will be called sctp. Debug messages are handled by the
kernel's dynamic debugging framework.
If in doubt, say N.