summaryrefslogtreecommitdiff
path: root/sys
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
parent4566a7dcd3b4befbfbddc69221dd8352a37e4917 (diff)
typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'sys')
-rw-r--r--sys/altq/altq_rmclass.c6
-rw-r--r--sys/altq/altq_subr.c4
2 files changed, 5 insertions, 5 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
diff --git a/sys/altq/altq_subr.c b/sys/altq/altq_subr.c
index 868b3bc56f2..b8f73473c8c 100644
--- a/sys/altq/altq_subr.c
+++ b/sys/altq/altq_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_subr.c,v 1.14 2002/12/16 17:27:20 henning Exp $ */
+/* $OpenBSD: altq_subr.c,v 1.15 2003/10/17 19:13:01 henning Exp $ */
/* $KAME: altq_subr.c,v 1.11 2002/01/11 08:11:49 kjc Exp $ */
/*
@@ -77,7 +77,7 @@ int pfaltq_running; /* keep track of running state */
* alternate queueing support routines
*/
-/* look up the queue state by the interface name and the queuing type. */
+/* look up the queue state by the interface name and the queueing type. */
void *
altq_lookup(name, type)
char *name;