diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-10 11:03:38 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-10 11:03:38 +0000 |
| commit | a5beac3992fb874e57768b3c8d852a806bcb8b21 (patch) | |
| tree | 276a14b9d37cef615a9a7660aa31b5fd590766ba | |
| parent | bcb2341c7dadb1359afde776f7223fa63fd6a825 (diff) | |
isp: Remove a double word in the driver manual
- s/to to/to/
MFC after: 3 days
| -rw-r--r-- | sys/dev/isp/DriverManual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index b21fab1a9d04..b1ced6b3d066 100644 --- a/sys/dev/isp/DriverManual.txt +++ b/sys/dev/isp/DriverManual.txt @@ -331,7 +331,7 @@ 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 -it needs to to prepare this command for execution in the core module. This +it needs to prepare this command for execution in the core module. This sounds vague, but it's also very flexible. In principle, this could be a complete marshalling/demarshalling of this platform's SCSI command structure (should it be impossible to represent in an XS_T). In addition, |
