diff options
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. * */ |