diff options
author | Weitao Hou <houweitaoo@gmail.com> | 2019-05-20 08:23:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-21 03:24:34 +0300 |
commit | ba3c43851f1a3439b449593bc8b9fc100951d84c (patch) | |
tree | 2d0d02041fa88aae358496978de26b1aa83ff6e2 /Documentation | |
parent | e3d8e588c7cb185759994e22953e599a918e3cc3 (diff) | |
download | linux-ba3c43851f1a3439b449593bc8b9fc100951d84c.tar.xz |
networking: : fix typos in code comments
fix accelleration to acceleration
Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/segmentation-offloads.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/segmentation-offloads.rst b/Documentation/networking/segmentation-offloads.rst index 89d1ee933e9f..085e8fab03fd 100644 --- a/Documentation/networking/segmentation-offloads.rst +++ b/Documentation/networking/segmentation-offloads.rst @@ -18,7 +18,7 @@ The following technologies are described: * Generic Segmentation Offload - GSO * Generic Receive Offload - GRO * Partial Generic Segmentation Offload - GSO_PARTIAL - * SCTP accelleration with GSO - GSO_BY_FRAGS + * SCTP acceleration with GSO - GSO_BY_FRAGS TCP Segmentation Offload @@ -148,7 +148,7 @@ that the IPv4 ID field is incremented in the case that a given header does not have the DF bit set. -SCTP accelleration with GSO +SCTP acceleration with GSO =========================== SCTP - despite the lack of hardware support - can still take advantage of |