From 248c72bfb8dd9d3c699e2c3cd07f44c8f4c4b4eb Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Thu, 26 May 2016 22:03:28 +0000 Subject: [PATCH] Correct a typo in a comment. MFC after: 2 weeks (with r300779) --- sys/netpfil/ipfw/dn_aqm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/dn_aqm.h b/sys/netpfil/ipfw/dn_aqm.h index da47f00fae2..d01e98ebeaf 100644 --- a/sys/netpfil/ipfw/dn_aqm.h +++ b/sys/netpfil/ipfw/dn_aqm.h @@ -28,7 +28,7 @@ */ /* - * API for writting an Active Queue Management algorithm for Dummynet + * API for writing an Active Queue Management algorithm for Dummynet * * $FreeBSD$ */