aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2014-10-03 11:42:17 +1000
committerJiri Kosina <jkosina@suse.cz>2014-10-29 14:33:46 +0100
commit542cb4593104ae306970eb181ea42a01f1a79ed2 (patch)
treebc0583772522ffdb747795e70d41196b621c9930 /include/scsi
parentmod_devicetable.h: grammar fix in comment (diff)
downloadlinux-dev-542cb4593104ae306970eb181ea42a01f1a79ed2.tar.xz
linux-dev-542cb4593104ae306970eb181ea42a01f1a79ed2.zip
scsi: Fix "choir" and "beeing" malaprops
Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index ba2034779961..b286b5787c85 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -555,7 +555,7 @@ struct Scsi_Host {
* __devices is protected by the host_lock, but you should
* usually use scsi_device_lookup / shost_for_each_device
* to access it and don't care about locking yourself.
- * In the rare case of beeing in irq context you can use
+ * In the rare case of being in irq context you can use
* their __ prefixed variants with the lock held. NEVER
* access this list directly from a driver.
*/