summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_cam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aac/aac_cam.c')
-rw-r--r--sys/dev/aac/aac_cam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c
index 8ec26aa..1b5e230 100644
--- a/sys/dev/aac/aac_cam.c
+++ b/sys/dev/aac/aac_cam.c
@@ -555,7 +555,7 @@ aac_cam_fix_inquiry(struct aac_softc *sc, union ccb *ccb)
/*
* Some aac(4) adapters will always report that a direct
* access device is offline in response to a INQUIRY
- * command that does not retreive vital product data.
+ * command that does not retrieve vital product data.
* Force the qualifier to connected so that upper layers
* correctly recognize that a disk is present.
*/
@@ -590,7 +590,7 @@ aac_cam_complete(struct aac_command *cm)
} else {
/*
* The SRB error codes just happen to match the CAM error
- * codes. How convienient!
+ * codes. How convenient!
*/
ccb->ccb_h.status = srbr->srb_status;
OpenPOWER on IntegriCloud