diff options
author | 2004-09-19 22:22:05 +0000 | |
---|---|---|
committer | 2004-09-19 22:22:05 +0000 | |
commit | c06c64dd77894f837e4ebd81786454cbfe4d30ed (patch) | |
tree | 9a497c2770379ac98b273785a5e098776a6de7d0 /sys/dev | |
parent | regen (diff) | |
download | wireguard-openbsd-c06c64dd77894f837e4ebd81786454cbfe4d30ed.tar.xz wireguard-openbsd-c06c64dd77894f837e4ebd81786454cbfe4d30ed.zip |
typo, or -> of
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_ti.c | 4 |
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. */ |