From f76f672e217b685a9bc683c6a1a3067c4fb667ee Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Tue, 14 Sep 2021 08:15:06 -0700 Subject: [PATCH] [fdbshow]: Fix typo in comment (#1809) --- scripts/fdbshow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fdbshow b/scripts/fdbshow index 97e51a784fa9..9b83b0719119 100755 --- a/scripts/fdbshow +++ b/scripts/fdbshow @@ -121,7 +121,7 @@ class FdbShow(object): bvid_tlb[bvid] = vlan_id if vlan_id is None: # the situation could be faced if the system has an FDB entries, - # which are linked to default Vlan(caused by untagged trafic) + # which are linked to default Vlan(caused by untagged traffic) continue except Exception: vlan_id = bvid