aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-11-11 22:27:09 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-11-11 22:27:09 +0000
commit14517324d067fe946e847670396ac2b88dd94a77 (patch)
treeb0aaf816e7ac148fc29da56a9954b205e2ec5de2 /sys/dev/isp
parent2c89ac5e814c234546935e2a59bca8d226ff394d (diff)
downloadsrc-14517324d067fe946e847670396ac2b88dd94a77.tar.gz
src-14517324d067fe946e847670396ac2b88dd94a77.zip
- add a missing "be" and "in"
- fix other errors introduced when committing r226436 - add 'function' to a sentence where it makes sense Submitted by: delphij Submitted by: dougb Submitted by: jhb Approved by: dougb Approved by: jhb
Notes
Notes: svn path=/head/; revision=227458
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/DriverManual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt
index 0ed5a1b08c4f..3d2f0fce366a 100644
--- a/sys/dev/isp/DriverManual.txt
+++ b/sys/dev/isp/DriverManual.txt
@@ -327,7 +327,7 @@ here in clarifying some of this.
A succesful execution of isp_init will lead to the driver 'registering'
itself with this platform's SCSI subsystem. One assumed action for this
-is the registry of a function the SCSI subsystem for this platform
+is the registry of a function that the SCSI subsystem for this platform
will call when it has a SCSI command to run.
The platform specific module function that receives this will do whatever