Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/stand/common Fix typo. From Christopher SEK...
details: https://anonhg.NetBSD.org/src/rev/3e2f05897e65
branches: trunk
changeset: 552607:3e2f05897e65
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Sep 28 08:21:08 2003 +0000
description:
Fix typo. From Christopher SEKIYA.
diffstat:
sys/arch/sgimips/stand/common/devopen.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5b55ff987c55 -r 3e2f05897e65 sys/arch/sgimips/stand/common/devopen.c
--- a/sys/arch/sgimips/stand/common/devopen.c Sun Sep 28 08:16:51 2003 +0000
+++ b/sys/arch/sgimips/stand/common/devopen.c Sun Sep 28 08:21:08 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.3 2003/08/07 16:29:27 agc Exp $ */
+/* $NetBSD: devopen.c,v 1.4 2003/09/28 08:21:08 tsutsui Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -82,7 +82,7 @@
if (strncmp(cp, "scsi", 4) == 0) {
strcpy(devtype, "scsi");
} else if (strncmp(cp, "dksc", 4) == 0) {
- strcpy(devtype, "dksi");
+ strcpy(devtype, "dksc");
} else {
return ENXIO;
}
Home |
Main Index |
Thread Index |
Old Index