diff options
Diffstat (limited to 'sys/altq/altq_rio.c')
-rw-r--r-- | sys/altq/altq_rio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/altq_rio.c b/sys/altq/altq_rio.c index 2b568b43c02..ca789b23105 100644 --- a/sys/altq/altq_rio.c +++ b/sys/altq/altq_rio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_rio.c,v 1.8 2002/12/16 17:27:20 henning Exp $ */ +/* $OpenBSD: altq_rio.c,v 1.9 2003/01/07 00:29:28 cloder Exp $ */ /* $KAME: altq_rio.c,v 1.8 2000/12/14 08:12:46 thorpej Exp $ */ /* @@ -187,7 +187,7 @@ rio_alloc(int weight, struct redparams *params, int flags, int pkttime) if (weight != 0) rp->rio_weight = weight; else { - /* use derfault */ + /* use default */ rp->rio_weight = W_WEIGHT; /* when the link is very slow, adjust red parameters */ |