summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-09-19 22:22:06 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-09-19 22:22:06 +0000
commit4c8f613f9cac508afb274214a60e0e29eebd3980 (patch)
tree0c3350fe468b91f3b4430293513bc81378a4bd51 /sys/dev/pci
parentba2ce2ac4893e710c463d3ac681764a231c52697 (diff)
typo, or -> of
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c
index 8e6bc404010..c767f7fbe4a 100644
--- a/sys/dev/pci/if_ti.c
+++ b/sys/dev/pci/if_ti.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ti.c,v 1.54 2004/09/16 00:55:08 mcbride Exp $ */
+/* $OpenBSD: if_ti.c,v 1.55 2004/09/19 22:22:05 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -908,7 +908,7 @@ int ti_newbuf_jumbo(sc, i, m)
/*
* The standard receive ring has 512 entries in it. At 2K per mbuf cluster,
- * that's 1MB or memory, which is a lot. For now, we fill only the first
+ * that's 1MB of memory, which is a lot. For now, we fill only the first
* 256 ring entries and hope that our CPU is fast enough to keep up with
* the NIC.
*/