summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-01-05 11:20:31 +0000
committermav <mav@FreeBSD.org>2017-01-05 11:20:31 +0000
commit1c1403739d6bf57d5577c219d683a752d0cb9c4d (patch)
tree065ee026c2ff06762deec69a3f87c0faa8857172 /sys/cam/cam_xpt.c
parenta6b57eca4dcc49f922dc20786114db2106441483 (diff)
downloadFreeBSD-src-1c1403739d6bf57d5577c219d683a752d0cb9c4d.zip
FreeBSD-src-1c1403739d6bf57d5577c219d683a752d0cb9c4d.tar.gz
MFC r298810 (by pfg): sys/cam: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 423e0ad..184d43e 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -867,7 +867,7 @@ xpt_init(void *dummy)
xsoftc.boot_delay = CAM_BOOT_DELAY;
#endif
/*
- * The xpt layer is, itself, the equivelent of a SIM.
+ * The xpt layer is, itself, the equivalent of a SIM.
* Allow 16 ccbs in the ccb pool for it. This should
* give decent parallelism when we probe busses and
* perform other XPT functions.
@@ -896,7 +896,7 @@ xpt_init(void *dummy)
/*
* Looking at the XPT from the SIM layer, the XPT is
- * the equivelent of a peripheral driver. Allocate
+ * the equivalent of a peripheral driver. Allocate
* a peripheral driver entry for us.
*/
if ((status = xpt_create_path(&path, NULL, CAM_XPT_PATH_ID,
OpenPOWER on IntegriCloud