Skip to content

Commit f76f672

Browse files
authored
[fdbshow]: Fix typo in comment (#1809)
1 parent 17208a0 commit f76f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fdbshow

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class FdbShow(object):
121121
bvid_tlb[bvid] = vlan_id
122122
if vlan_id is None:
123123
# the situation could be faced if the system has an FDB entries,
124-
# which are linked to default Vlan(caused by untagged trafic)
124+
# which are linked to default Vlan(caused by untagged traffic)
125125
continue
126126
except Exception:
127127
vlan_id = bvid

0 commit comments

Comments
 (0)