Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/altq/libaltq Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/8b2252b23e03
branches:  trunk
changeset: 750555:8b2252b23e03
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Jan 06 06:30:37 2010 +0000

description:
Fix typo in comment.

diffstat:

 usr.sbin/altq/libaltq/qop_cbq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a0be61978dac -r 8b2252b23e03 usr.sbin/altq/libaltq/qop_cbq.c
--- a/usr.sbin/altq/libaltq/qop_cbq.c   Wed Jan 06 06:15:09 2010 +0000
+++ b/usr.sbin/altq/libaltq/qop_cbq.c   Wed Jan 06 06:30:37 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qop_cbq.c,v 1.8 2009/04/15 00:13:51 lukem Exp $        */
+/*     $NetBSD: qop_cbq.c,v 1.9 2010/01/06 06:30:37 mbalmer Exp $      */
 /*     $KAME: qop_cbq.c,v 1.7 2002/05/31 06:03:35 kjc Exp $    */
 /*
  * Copyright (c) Sun Microsystems, Inc. 1993-1998 All rights reserved.
@@ -557,7 +557,7 @@
        cbq_clinfo->bandwidth = bandwidth;
        cbq_clinfo->allocated = 0;
 
-       /* if average paket size isn't specified, set if mtu. */
+       /* if average packet size isn't specified, set if mtu. */
        if (av_pkt_size == 0) { /* use default */
                av_pkt_size = ifinfo->ifmtu;
                if (av_pkt_size > MCLBYTES)     /* do what TCP does */
@@ -682,7 +682,7 @@
                }
        }
 
-       /* if average paket size isn't specified, set if mtu. */
+       /* if average packet size isn't specified, set if mtu. */
        if (av_pkt_size == 0) { /* use default */
                av_pkt_size = ifinfo->ifmtu;
                if (av_pkt_size > MCLBYTES)     /* do what TCP does */



Home | Main Index | Thread Index | Old Index