diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-12-26 22:48:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-12-26 22:48:32 +0000 |
commit | e14d5e2b8f2fbb66f0ef25dd949bb18edcfe6124 (patch) | |
tree | 33a33f5e79891a9c25fa3c50cf7a9f93bb821e73 /sys | |
parent | e4674c157727b2f38ab523d029260028801f68ab (diff) |
boundry -> boundary
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 045c206856e..1cfaf4b4bfb 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.17 2004/12/17 03:13:59 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.18 2004/12/26 22:48:31 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2186,7 +2186,7 @@ struct bge_ring_data { /* * Number of DMA segments in a TxCB. Note that this is carefully * chosen to make the total struct size an even power of two. It's - * critical that no TxCB be split across a page boundry since + * critical that no TxCB be split across a page boundary since * no attempt is made to allocate physically contiguous memory. * */ |