Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2023 13:20:00 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3024443da584 - stable/14 - dummynet: fix comment typo
Message-ID:  <202309241320.38ODK0jJ081713@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3024443da5846739488ae51f2a1eabbd069eddbd

commit 3024443da5846739488ae51f2a1eabbd069eddbd
Author:     Igor Ostapenko <pm@igoro.pro>
AuthorDate: 2023-09-19 11:18:36 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-24 13:18:53 +0000

    dummynet: fix comment typo
    
    Signed-off-by: Igor Ostapenko <pm@igoro.pro>
    Pull-request: https://github.com/freebsd/freebsd-src/pull/848
    
    (cherry picked from commit 75556db552c993dd4948c8e0ae83cc386c350451)
---
 sys/netpfil/ipfw/ip_dn_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netpfil/ipfw/ip_dn_io.c b/sys/netpfil/ipfw/ip_dn_io.c
index a8957bcb479f..3e6bd0e229b5 100644
--- a/sys/netpfil/ipfw/ip_dn_io.c
+++ b/sys/netpfil/ipfw/ip_dn_io.c
@@ -865,7 +865,7 @@ tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa)
 		dt->if_index = fwa->ifp->if_index;
 		dt->if_idxgen = fwa->ifp->if_idxgen;
 	}
-	/* dt->output tame is updated as we move through */
+	/* dt->output_time is updated as we move through */
 	dt->output_time = V_dn_cfg.curr_time;
 	dt->iphdr_off = (dir & PROTO_LAYER2) ? ETHER_HDR_LEN : 0;
 	return 0;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309241320.38ODK0jJ081713>