From 22a6b4127a64b810d89c10cb74db91f3a97cf84c Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sat, 31 Mar 2001 04:34:15 +0000 Subject: [PATCH] comment typo: subsytem -> subsystem PR: 26219 Submitted by: Andre , chern@osd.bsdi.com --- sys/cam/cam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/cam.h b/sys/cam/cam.h index 4aad13a7ad5..20f660e1649 100644 --- a/sys/cam/cam.h +++ b/sys/cam/cam.h @@ -99,7 +99,7 @@ typedef enum { CAM_REQ_ABORTED, /* CCB request aborted by the host */ CAM_UA_ABORT, /* Unable to abort CCB request */ CAM_REQ_CMP_ERR, /* CCB request completed with an error */ - CAM_BUSY, /* CAM subsytem is busy */ + CAM_BUSY, /* CAM subsystem is busy */ CAM_REQ_INVALID, /* CCB request was invalid */ CAM_PATH_INVALID, /* Supplied Path ID is invalid */ CAM_DEV_NOT_THERE, /* SCSI Device Not Installed/there */