ipsec: fix typo in comment

This commit is contained in:
Wojciech Macek 2021-09-27 07:45:33 +02:00
parent 260f26f035
commit c27214f0af

View File

@ -344,7 +344,7 @@ ipsec4_check_pmtu(struct mbuf *m, struct secpolicy *sp, int forwarding)
if (m_length(m, NULL) + hlen > pmtu) {
/*
* If we're forwarding generate ICMP message here,
* so that it contains pmtu substraced by header size.
* so that it contains pmtu subtraced by header size.
* Set error to EINPROGRESS, in order for the frame
* to be dropped silently.
*/
@ -738,7 +738,7 @@ ipsec6_check_pmtu(struct mbuf *m, struct secpolicy *sp, int forwarding)
if (m_length(m, NULL) + hlen > pmtu) {
/*
* If we're forwarding generate ICMPv6 message here,
* so that it contains pmtu substracted by header size.
* so that it contains pmtu subtracted by header size.
* Set error to EINPROGRESS, in order for the frame
* to be dropped silently.
*/