diff options
author | 2004-12-26 22:48:31 +0000 | |
---|---|---|
committer | 2004-12-26 22:48:31 +0000 | |
commit | 14baf28a98fa02d32b79b0eacc79db7368111a1c (patch) | |
tree | 5969aa38c5ad30e9d81fb90264d908b853483aa0 | |
parent | strored -> stored (diff) | |
download | wireguard-openbsd-14baf28a98fa02d32b79b0eacc79db7368111a1c.tar.xz wireguard-openbsd-14baf28a98fa02d32b79b0eacc79db7368111a1c.zip |
boundry -> boundary
-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. * */ |