summaryrefslogtreecommitdiff
path: root/sys/scsi/cd.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-03-12 10:22:47 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-03-12 10:22:47 +0000
commitf60729393ea3f310215559b686b19e5f6397c985 (patch)
tree6ab60a1692653255423077f57975bb67639ea950 /sys/scsi/cd.c
parent2aa9ff437d492d65fcee68b114d59ec73bf3df11 (diff)
spelling
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index b5185a10e91..0a4b74bac38 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd.c,v 1.262 2020/09/22 19:32:53 krw Exp $ */
+/* $OpenBSD: cd.c,v 1.263 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
@@ -2082,7 +2082,7 @@ cd_interpret_sense(struct scsi_xfer *xs)
* report "Unit Becoming Ready" when loading media and can
* take a long time. Rather than having a massive timeout for
* all operations (which would cause other problems), we allow
- * operations to wait (but be interruptable with Ctrl-C)
+ * operations to wait (but be interruptible with Ctrl-C)
* forever as long as the drive is reporting that it is
* becoming ready. All other cases of not being ready are
* handled by the default handler.