Skip to content

Commit

Permalink
[fdbshow]: Fix typo in comment (sonic-net#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Sep 14, 2021
1 parent 17208a0 commit f76f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fdbshow
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f76f672

Please sign in to comment.