diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 05:37:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 05:37:20 +0000 |
commit | 4cd0b8e7da7eb419930e2c578ad25d3526a08e44 (patch) | |
tree | 31129d3cbbed664e2a8ca484764635b9848bc181 | |
parent | 57241b56333b71bfa176b559db3f2a406e63b95d (diff) |
numers -> numbers
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index f533dd3eb2e..556587ab873 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.183 2021/08/20 05:23:18 anton Exp $ +# $OpenBSD: GENERIC,v 1.184 2022/01/02 05:37:19 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -334,7 +334,7 @@ wd* at pciide? flags 0x0000 atapiscsi* at pciide? # These entries find devices on all SCSI busses and assign -# unit numers dynamically. +# unit numbers dynamically. scsibus* at scsi? sd* at scsibus? st* at scsibus? diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index ad2f35faebe..2d5370530e9 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.320 2021/10/21 18:36:42 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.321 2022/01/02 05:37:19 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -413,7 +413,7 @@ qla* at sbus? # to the underlying hardware controller. # These entries find devices on all SCSI busses and assign -# unit numers dynamically. +# unit numbers dynamically. scsibus* at scsi? sd* at scsibus? # SCSI disks st* at scsibus? # SCSI tapes |