diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2020-05-26 01:55:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-27 06:32:06 +0300 |
commit | 9a233d329ec5cd2dd64737d24018c1463ad88f26 (patch) | |
tree | be6840543cd3ffc44beb10e822dc8f06b6c97c0f /net/sctp | |
parent | 09cb9f269bac3ed667105cbbd8600b7f37ba9193 (diff) | |
download | linux-9a233d329ec5cd2dd64737d24018c1463ad88f26.tar.xz |
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>
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index 6e2eb1dd64ed..68934438ee19 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. |