summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2003-06-23 21:38:21 +0000
committerluigi <luigi@FreeBSD.org>2003-06-23 21:38:21 +0000
commitb7c37682bcc54322db6a48a1b898d13ea2a4f774 (patch)
treee1b5a281a872cfcdf80b662ed74f75dfb96cefa6 /sys/netinet/ip_dummynet.c
parent4b12c0fdf39c6b2b967b729c14c2128ce9017795 (diff)
downloadFreeBSD-src-b7c37682bcc54322db6a48a1b898d13ea2a4f774.zip
FreeBSD-src-b7c37682bcc54322db6a48a1b898d13ea2a4f774.tar.gz
Fix typo in a (commented out) debugging string.
Spotted by: diff
Diffstat (limited to 'sys/netinet/ip_dummynet.c')
-rw-r--r--sys/netinet/ip_dummynet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c
index 78c7b4d..a94226a 100644
--- a/sys/netinet/ip_dummynet.c
+++ b/sys/netinet/ip_dummynet.c
@@ -940,7 +940,7 @@ red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len)
/* queue in bytes or packets ? */
u_int q_size = (fs->flags_fs & DN_QSIZE_IS_BYTES) ? q->len_bytes : q->len;
- DEB(printf("\ndymmynet: %d q: %2u ", (int) curr_time, q_size);)
+ DEB(printf("\ndummynet: %d q: %2u ", (int) curr_time, q_size);)
/* average queue size estimation */
if (q_size != 0) {
OpenPOWER on IntegriCloud