diff options
author | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
commit | 4f9ab6c5808469c9ba3259a28f51ce27809db72d (patch) | |
tree | de55b90adb7094bbce6ffde362ffde2c0815186f /sys/cam/scsi | |
parent | 301528b1d3eaa9e833eb7096c798519ccd8b848a (diff) | |
download | FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.zip FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.tar.gz |
Fxi a bunch of typos.
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 4 | ||||
-rw-r--r-- | sys/cam/scsi/scsi_pt.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 59964fb..51d30db 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -2328,7 +2328,7 @@ skipstate: out: /* - * Block out any asyncronous callbacks + * Block out any asynchronous callbacks * while we touch the pending ccb list. */ LIST_INSERT_HEAD(&softc->pending_ccbs, @@ -2729,7 +2729,7 @@ dadone(struct cam_periph *periph, union ccb *done_ccb) } /* - * Block out any asyncronous callbacks + * Block out any asynchronous callbacks * while we touch the pending ccb list. */ LIST_REMOVE(&done_ccb->ccb_h, periph_links.le); diff --git a/sys/cam/scsi/scsi_pt.c b/sys/cam/scsi/scsi_pt.c index 826afb3..b30fbbf 100644 --- a/sys/cam/scsi/scsi_pt.c +++ b/sys/cam/scsi/scsi_pt.c @@ -455,7 +455,7 @@ ptstart(struct cam_periph *periph, union ccb *start_ccb) start_ccb->ccb_h.ccb_state = PT_CCB_BUFFER_IO_UA; /* - * Block out any asyncronous callbacks + * Block out any asynchronous callbacks * while we touch the pending ccb list. */ LIST_INSERT_HEAD(&softc->pending_ccbs, &start_ccb->ccb_h, @@ -549,7 +549,7 @@ ptdone(struct cam_periph *periph, union ccb *done_ccb) } /* - * Block out any asyncronous callbacks + * Block out any asynchronous callbacks * while we touch the pending ccb list. */ LIST_REMOVE(&done_ccb->ccb_h, periph_links.le); |