diff options
author | 2004-02-13 07:10:50 +0000 | |
---|---|---|
committer | 2004-02-13 07:10:50 +0000 | |
commit | 2dae57dace177a209c6ac0d53eb184e7df189102 (patch) | |
tree | 224e71d85e32ea228799225f17a9b7c35feb80dc | |
parent | save/restore fpu state around the signal handler. skip a gap on unempty stack per abi. form drahn@ and deraadt@ (diff) | |
download | wireguard-openbsd-2dae57dace177a209c6ac0d53eb184e7df189102.tar.xz wireguard-openbsd-2dae57dace177a209c6ac0d53eb184e7df189102.zip |
typo
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 2b25486d3a8..22d25a61ed4 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.120 2003/06/11 03:45:41 miod Exp $ +# $OpenBSD: GENERIC,v 1.121 2004/02/13 07:10:50 jolan Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -25,7 +25,7 @@ option COMPAT_OSF1 # OSF/1 binary compatibility option COMPAT_NETBSD # NetBSD compatibility # Disklabel compatibility options -option DISKLABEL_ALL # All of the ones mentined below +option DISKLABEL_ALL # All of the ones mentioned below #option DISKLABEL_ALPHA # Redundant, just here for completeness #option DISKLABEL_I386 # i386/arc style of partitioning |