summaryrefslogtreecommitdiff
path: root/sys/altq
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
commitb79f7d8019552bffbfb9132282c9e400ed234e23 (patch)
tree746cae9358ef503518bb08df39c8d11a2ea50ded /sys/altq
parent3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff)
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/altq')
-rw-r--r--sys/altq/altq_cbq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/altq_cbq.c b/sys/altq/altq_cbq.c
index 902ed7bde6e..5b08e6d8427 100644
--- a/sys/altq/altq_cbq.c
+++ b/sys/altq/altq_cbq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_cbq.c,v 1.20 2006/03/04 22:40:15 brad Exp $ */
+/* $OpenBSD: altq_cbq.c,v 1.21 2007/04/10 17:47:52 miod Exp $ */
/* $KAME: altq_cbq.c,v 1.9 2000/12/14 08:12:45 thorpej Exp $ */
/*
@@ -291,7 +291,7 @@ cbq_add_queue(struct pf_altq *a)
borrow = NULL;
/*
- * A class must borrow from it's parent or it can not
+ * A class must borrow from its parent or it can not
* borrow at all. Hence, borrow can be null.
*/
if (parent == NULL && (opts->flags & CBQCLF_ROOTCLASS) == 0) {