diff options
author | 2008-05-10 15:31:30 +0000 | |
---|---|---|
committer | 2008-05-10 15:31:30 +0000 | |
commit | 781de60acba265c3d3ed8e815a29e050e948bf3d (patch) | |
tree | 7138b73e331169ea6e6b848b0774f667cb524f07 | |
parent | from ray@ (diff) | |
download | wireguard-openbsd-781de60acba265c3d3ed8e815a29e050e948bf3d.tar.xz wireguard-openbsd-781de60acba265c3d3ed8e815a29e050e948bf3d.zip |
Fix typo. Spotted by Pierre Riteau.
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index 5021ce57449..95615cdc7a8 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.1 2008/05/10 12:02:20 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.2 2008/05/10 15:31:30 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,7 +48,7 @@ pci* at socpcic? pciide* at pci? wd* at pciide? flags 0x0000 -# Ob-board USB +# On-board USB ehci0 at obio? addr 0x22100 ivec 39 usb* at ehci? |