Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2022 05:24:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9b2289cdb6f8 - stable/13 - isp: Remove a double word in the driver manual
Message-ID:  <202209130524.28D5O9Gd033817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=9b2289cdb6f8dca9489ee91e566d91bb51b2238c

commit 9b2289cdb6f8dca9489ee91e566d91bb51b2238c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-10 11:03:38 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-13 05:22:58 +0000

    isp: Remove a double word in the driver manual
    
     - s/to to/to/
    
    (cherry picked from commit a5beac3992fb874e57768b3c8d852a806bcb8b21)
---
 sys/dev/isp/DriverManual.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209130524.28D5O9Gd033817>