We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977aa95 commit b200ed9Copy full SHA for b200ed9
print-bgp.c
@@ -1682,7 +1682,7 @@ bgp_attr_get_as_size(netdissect_options *ndo,
1682
/*
1683
* We can come here, either we did not have enough data, or if we
1684
* 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
+ * so that caller can try to decode each AS as of 4 bytes. If indeed
1686
* there was not enough data, it will crib and end the parse anyways.
1687
*/
1688
return 4;
0 commit comments