Skip to content

Commit

Permalink
netpfil: Fix typo (triple S)
Browse files Browse the repository at this point in the history
While here, align the comment box.

Reviewed by: imp
Pull Request: freebsd/freebsd-src#955
  • Loading branch information
jlduran authored and bsdimp committed Dec 28, 2023
1 parent 3e8d829 commit c43829a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sys/netpfil/ipfilter/netinet/fil.c
Original file line number Diff line number Diff line change
Expand Up @@ -7890,14 +7890,14 @@ ipf_genericiter(ipf_main_softc_t *softc, void *data, int uid, void *ctx)
/* ------------------------------------------------------------------------ */
/* Function: ipf_ipf_ioctl */
/* Returns: int - 0 = success, else error */
/* Parameters: softc(I)- pointer to soft context main structure */
/* Parameters: softc(I)- pointer to soft context main structure */
/* data(I) - the token type to match */
/* cmd(I) - the ioctl command number */
/* mode(I) - mode flags for the ioctl */
/* uid(I) - uid owning the token */
/* ptr(I) - context pointer for the token */
/* */
/* This function handles all of the ioctl command that are actually isssued */
/* This function handles all of the ioctl command that are actually issued */
/* to the /dev/ipl device. */
/* ------------------------------------------------------------------------ */
int
Expand Down
2 changes: 1 addition & 1 deletion sys/netpfil/ipfilter/netinet/ip_nat.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static ipftuneable_t ipf_nat_tuneables[] = {
/* */
/* Inside (interface y) NAT Outside (interface x) */
/* -------------------- -+- ------------------------------------- */
/* Packet going | out, processsed by ipf_nat_checkout() for x */
/* Packet going | out, processed by ipf_nat_checkout() for x */
/* ------------> | ------------> */
/* src=10.1.1.1 | src=192.1.1.1 */
/* | */
Expand Down

0 comments on commit c43829a

Please sign in to comment.