summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-12 09:51:16 +0000
committerbde <bde@FreeBSD.org>1996-11-12 09:51:16 +0000
commit2fff527c3871dde5fdde69fabfa47afe2b593f03 (patch)
treee79f2263e36ff0e30a689202717628eab855203e
parent300de72f7a92a44c3f468316fb9490b49e99dce2 (diff)
downloadFreeBSD-src-2fff527c3871dde5fdde69fabfa47afe2b593f03.zip
FreeBSD-src-2fff527c3871dde5fdde69fabfa47afe2b593f03.tar.gz
Fixed spelling error in previous commit. This did not compile.
-rw-r--r--sys/i386/i386/userconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 2e602ef..1b4e63d 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.65 1996/11/07 01:13:37 msmith Exp $
+ ** $Id: userconfig.c,v 1.66 1996/11/11 09:09:37 msmith Exp $
**/
/**
@@ -259,7 +259,7 @@ static DEV_INFO device_info[] = {
{"cx", "Cronyx/Sigma multiport sync/async adapter",0, CLS_COMMS},
{"rc", "RISCom/8 multiport async adapter", 0, CLS_COMMS},
{"cy", "Cyclades multiport async adapter", 0, CLS_COMMS},
-{"cyy", "Cyclades Ye/PCI multiport async adapter",FLG_INVISBLE, CLS_COMMS},
+{"cyy", "Cyclades Ye/PCI multiport async adapter",FLG_INVISIBLE,CLS_COMMS},
{"dgb", "Digiboard PC/Xe, PC/Xi async adapter", 0, CLS_COMMS},
{"si", "Specialix SI/XIO async adapter", 0, CLS_COMMS},
{"stl", "Stallion EasyIO/Easy Connection 8/32 async adapter",0, CLS_COMMS},
@@ -2223,7 +2223,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.65 1996/11/07 01:13:37 msmith Exp $
+ * $Id: userconfig.c,v 1.66 1996/11/11 09:09:37 msmith Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud