summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-08-03 08:55:36 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-08-03 08:55:36 +0000
commitaeb46ddb1e282818c3b47cd25a6bc0be370c9e78 (patch)
tree04f18b73d1167455ca3103f1737253f8648fb071 /sys/scsi/scsiconf.h
parent9a50ceafc10893c30ce6a3fa35b0aa0ace4f45a2 (diff)
spell 'debugging' correctly with double 'g' (in comments)
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r--sys/scsi/scsiconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index ade7717052a..85be0891e7b 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.34 2002/05/27 23:42:40 tdeval Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.35 2002/08/03 08:55:35 pvalchev Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -166,7 +166,7 @@ struct scsi_link {
#define SDEV_MEDIA_LOADED 0x0002 /* device figures are still valid */
#define SDEV_WAITING 0x0004 /* a process is waiting for this */
#define SDEV_OPEN 0x0008 /* at least 1 open session */
-#define SDEV_DBX 0x00f0 /* debuging flags (scsi_debug.h) */
+#define SDEV_DBX 0x00f0 /* debugging flags (scsi_debug.h) */
#define SDEV_EJECTING 0x0100 /* eject on device close */
#define SDEV_ATAPI 0x0200 /* device is ATAPI */
#define SDEV_2NDBUS 0x0400 /* device is a 'second' bus device */