Skip to content

Commit

Permalink
opt.h: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laroche authored and yarrick committed Sep 28, 2023
1 parent 3393729 commit 0d5db94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/lwip/opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d5db94

Please sign in to comment.