diff options
author | 2009-08-09 09:59:23 +0000 | |
---|---|---|
committer | 2009-08-09 09:59:23 +0000 | |
commit | 2f6010e7b73a2c51ad8b5b276c2968344840e040 (patch) | |
tree | 5282ff2fdf4df9e07295adffaf749b30b62f2d9c | |
parent | Get node and port WWN's from the Open Firmware tree on sparc64 if they are (diff) | |
download | wireguard-openbsd-2f6010e7b73a2c51ad8b5b276c2968344840e040.tar.xz wireguard-openbsd-2f6010e7b73a2c51ad8b5b276c2968344840e040.zip |
spelling error
-rw-r--r-- | sys/dev/pci/ppbreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ppbreg.h b/sys/dev/pci/ppbreg.h index c87a9d69156..38bf253a781 100644 --- a/sys/dev/pci/ppbreg.h +++ b/sys/dev/pci/ppbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ppbreg.h,v 1.2 2001/11/14 21:04:46 mickey Exp $ */ +/* $OpenBSD: ppbreg.h,v 1.3 2009/08/09 09:59:23 deraadt Exp $ */ /* $NetBSD: ppbreg.h,v 1.3 2001/07/06 18:07:16 mcr Exp $ */ /* @@ -92,7 +92,7 @@ /* * bridge control register (see table 3.9 of ppb rev. 1.1) * - * Note these are in the *upper* 16 bits if the Bridge Control + * Note these are in the *upper* 16 bits of the Bridge Control * Register (the bottom 16 are Interrupt Line and Interrupt Pin). */ #define PPB_BC_BITBASE 16 |