summaryrefslogtreecommitdiff
path: root/sys/altq/altq_rmclass.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-10-17 19:13:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-10-17 19:13:02 +0000
commit570077e03f36a1ce16a462a69f136900e3221923 (patch)
treecc37c5749eebda28606e5c8b6b5ef3abdf0318fe /sys/altq/altq_rmclass.c
parent4566a7dcd3b4befbfbddc69221dd8352a37e4917 (diff)
typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'sys/altq/altq_rmclass.c')
-rw-r--r--sys/altq/altq_rmclass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/altq/altq_rmclass.c b/sys/altq/altq_rmclass.c
index b83b3639cd4..9495742fb91 100644
--- a/sys/altq/altq_rmclass.c
+++ b/sys/altq/altq_rmclass.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_rmclass.c,v 1.10 2003/08/22 21:50:34 david Exp $ */
+/* $OpenBSD: altq_rmclass.c,v 1.11 2003/10/17 19:13:01 henning Exp $ */
/* $KAME: altq_rmclass.c,v 1.10 2001/02/09 07:20:40 kjc Exp $ */
/*
@@ -366,7 +366,7 @@ rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle,
#endif
/*
- * If CBQ's WRR is enabled, then initailize the class WRR state.
+ * If CBQ's WRR is enabled, then initialize the class WRR state.
*/
if (ifd->wrr_) {
ifd->alloc_[cl->pri_] += cl->allotment_ - old_allotment;
@@ -515,7 +515,7 @@ rmc_depth_recompute(rm_class_t *cl)
/*
* void
* rmc_delete_class(struct rm_ifdat *ifdat, struct rm_class *cl) - This
- * function deletes a class from the link-sharing stucture and frees
+ * function deletes a class from the link-sharing structure and frees
* all resources associated with the class.
*
* Returns: NONE