documentation: networking: devlink: Fix a typo in devlink-trap.rst
authorAlper Ak <alperyasinak1@gmail.com>
Tue, 13 May 2025 09:24:51 +0000 (12:24 +0300)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 May 2025 01:51:58 +0000 (18:51 -0700)
Fix a typo in the documentation: "errorrs" -> "errors".

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250513092451.22387-1-alperyasinak1@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/devlink/devlink-trap.rst

index 2c14dfe69b3a145a1a38cfbe913e76110c0f4a3c..5885e21e221257f189befafae65ac19970c2cec1 100644 (file)
@@ -451,7 +451,7 @@ be added to the following table:
    * - ``udp_parsing``
      - ``drop``
      - Traps packets dropped due to an error in the UDP header parsing.
-       This packet trap could include checksum errorrs, an improper UDP
+       This packet trap could include checksum errors, an improper UDP
        length detected (smaller than 8 bytes) or detection of header
        truncation.
    * - ``tcp_parsing``