docs: networking: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sat, 20 Mar 2021 21:07:03 +0000 (02:37 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Mar 2021 02:02:42 +0000 (19:02 -0700)
s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/xfrm_device.rst

index da1073a..01391df 100644 (file)
@@ -50,7 +50,7 @@ Callbacks to implement
 
 The NIC driver offering ipsec offload will need to implement these
 callbacks to make the offload available to the network stack's
-XFRM subsytem.  Additionally, the feature bits NETIF_F_HW_ESP and
+XFRM subsystem.  Additionally, the feature bits NETIF_F_HW_ESP and
 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.