summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-04-23 11:27:33 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-04-23 11:27:33 +0000
commit043331140f54a0d3e332756a02a4af69eee6d53c (patch)
tree07fba75aa4800556f6e7c96cd6e8305b21366039 /sys
parentb9d863f3863b51851405a107f1eb43d1701f356a (diff)
spelling in comment fix.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_tht.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tht.c b/sys/dev/pci/if_tht.c
index 2d6bafa652d..960e093c053 100644
--- a/sys/dev/pci/if_tht.c
+++ b/sys/dev/pci/if_tht.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tht.c,v 1.55 2007/04/23 11:24:07 dlg Exp $ */
+/* $OpenBSD: if_tht.c,v 1.56 2007/04/23 11:27:32 dlg Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -890,7 +890,7 @@ tht_start(struct ifnet *ifp)
ifp->if_oerrors++;
break;
}
- /* though shalt not use m after this point, only pkt->tp_m */
+ /* thou shalt not use m after this point, only pkt->tp_m */
#if NBPFILTER > 0
if (ifp->if_bpf)