diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-10-03 11:42:17 +1000 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 14:33:46 +0100 |
commit | 542cb4593104ae306970eb181ea42a01f1a79ed2 (patch) | |
tree | bc0583772522ffdb747795e70d41196b621c9930 /include/scsi | |
parent | de869917c663f44b5b032bff238bad22e15dda56 (diff) | |
download | talos-op-linux-542cb4593104ae306970eb181ea42a01f1a79ed2.tar.gz talos-op-linux-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.h | 2 |
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. */ |