Skip to content

Commit b200ed9

Browse files
committed
Fix a typo in a comment
[skip ci]
1 parent 977aa95 commit b200ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-bgp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ bgp_attr_get_as_size(netdissect_options *ndo,
16821682
/*
16831683
* We can come here, either we did not have enough data, or if we
16841684
* try to decode 4 byte ASs in 2 byte format. Either way, return 4,
1685-
* so that calller can try to decode each AS as of 4 bytes. If indeed
1685+
* so that caller can try to decode each AS as of 4 bytes. If indeed
16861686
* there was not enough data, it will crib and end the parse anyways.
16871687
*/
16881688
return 4;

0 commit comments

Comments
 (0)