summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.c
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2010-08-02 18:06:49 +0000
committerbcr <bcr@FreeBSD.org>2010-08-02 18:06:49 +0000
commit28966cf21c34e2307be68e8f87cdbbb387e7db9e (patch)
tree4c892cb5f47c8ce20cf45757f7f967176ee69a95 /sys/cam/cam.c
parent35e00f225e5cf3c29f617de8c1aec3a4cf2454ce (diff)
downloadFreeBSD-src-28966cf21c34e2307be68e8f87cdbbb387e7db9e.zip
FreeBSD-src-28966cf21c34e2307be68e8f87cdbbb387e7db9e.tar.gz
Fix two (very common) occurrences of s/sytem/system in comments.
Approved by: mav MFC after: 3 days
Diffstat (limited to 'sys/cam/cam.c')
-rw-r--r--sys/cam/cam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam.c b/sys/cam/cam.c
index 88271b0..452c9c9 100644
--- a/sys/cam/cam.c
+++ b/sys/cam/cam.c
@@ -59,7 +59,7 @@ const struct cam_status_entry cam_status_table[] = {
{ 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, "Device Not Present" },
OpenPOWER on IntegriCloud