net: Fix discuss discard typo
authorMarek Vasut <marex@denx.de>
Sun, 1 May 2022 16:43:55 +0000 (18:43 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jun 2022 22:51:07 +0000 (18:51 -0400)
Replace discuss with discard, that is what happens with packet with
incorrect checksum. Fix the typo.

Fixes: 4b37fd146bb ("Convert CONFIG_UDP_CHECKSUM to Kconfig")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
net/Kconfig

index 964a4fe..564ea8b 100644 (file)
@@ -158,7 +158,7 @@ config UDP_CHECKSUM
        default y if SANDBOX
        help
          Enable this to verify the checksum on UDP packets. If the checksum
-         is wrong then the packet is discussed and an error is shown, like
+         is wrong then the packet is discarded and an error is shown, like
          "UDP wrong checksum 29374a23 30ff3826"
 
 config BOOTP_SERVERIP