summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2010-04-23 13:51:32 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2010-04-23 13:51:32 +0000
commit79b21e69de560fcc5a4a888210854196c40251c4 (patch)
tree266be104a8127514b96ffc09744d76f10fea8ae3 /sys/net
parentd4665351a68887e3e540b5d47cd70da2cb262fcc (diff)
Use proper Queen's English in a comment. Drive-by fix, no functional change.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_trunk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_trunk.c b/sys/net/if_trunk.c
index cc16389b7a0..ef2d24d336f 100644
--- a/sys/net/if_trunk.c
+++ b/sys/net/if_trunk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_trunk.c,v 1.73 2010/04/20 22:05:43 tedu Exp $ */
+/* $OpenBSD: if_trunk.c,v 1.74 2010/04/23 13:51:31 stsp Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org>
@@ -200,7 +200,7 @@ trunk_clone_create(struct if_clone *ifc, int unit)
ifc->ifc_name, unit);
/*
- * Attach as an ordinary ethernet device, childs will be attached
+ * Attach as an ordinary ethernet device, children will be attached
* as special device IFT_IEEE8023ADLAG.
*/
if_attach(ifp);