mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netpfil: Fix typos in source code comments
- s/addres/address/ (cherry picked from commit 8ce3ef5f35fd4dc442b1a33605ca7d3132047faf)
This commit is contained in:
parent
e4d8fe76c5
commit
bf2582cf15
3 changed files with 4 additions and 4 deletions
|
|
@ -593,8 +593,8 @@ typedef struct fripf {
|
|||
u_short fri_icmp;
|
||||
|
||||
frtuc_t fri_tuc;
|
||||
fr_atypes_t fri_satype; /* addres type */
|
||||
fr_atypes_t fri_datype; /* addres type */
|
||||
fr_atypes_t fri_satype; /* address type */
|
||||
fr_atypes_t fri_datype; /* address type */
|
||||
int fri_sifpidx; /* doing dynamic addressing */
|
||||
int fri_difpidx; /* index into fr_ifps[] to use when */
|
||||
} fripf_t;
|
||||
|
|
|
|||
|
|
@ -1834,7 +1834,7 @@ ipf_p_ftp_epsv(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat,
|
|||
s++;
|
||||
|
||||
/*
|
||||
* As per RFC 2428, there are no addres components in the EPSV
|
||||
* As per RFC 2428, there are no address components in the EPSV
|
||||
* response. So we'll go straight to getting the port.
|
||||
*/
|
||||
while (*s && ISDIGIT(*s)) {
|
||||
|
|
|
|||
|
|
@ -6154,7 +6154,7 @@ again:
|
|||
break;
|
||||
}
|
||||
|
||||
/* Only add the addres if we've actually allowed the state. */
|
||||
/* Only add the address if we've actually allowed the state. */
|
||||
pf_sctp_multihome_add_addr(pd, &j->src, v_tag);
|
||||
|
||||
if (! do_extra) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue