From 0d5db9469e3178c5201f4e56908d1490a36a1e7a Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Thu, 28 Sep 2023 23:15:53 +0200 Subject: [PATCH] opt.h: Fix typo --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index c27dd034..7f3eef2f 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -671,7 +671,7 @@ #endif /** - * LWIP_VLAN_PCP==1: Enable outgoing VLAN taggning of frames on a per-PCB basis + * LWIP_VLAN_PCP==1: Enable outgoing VLAN tagging of frames on a per-PCB basis * for QoS purposes. With this feature enabled, each PCB has a new variable: * "netif_hints.tci" (Tag Control Identifier). * The TCI contains three fields: VID, CFI and PCP.