The branch stable/13 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1849d0a8ab064c7fecf22cf45a6858924bd7a7ea

commit 1849d0a8ab064c7fecf22cf45a6858924bd7a7ea
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-10 11:04:42 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-13 05:21:56 +0000

    iscsi(4): Remove a double word in a source code comment
    
     - s/to to/to/
    
    (cherry picked from commit 13604a80f7a4b0dbb2594482e233baa3f3926523)
---
 sys/dev/isci/scil/scic_sds_remote_node_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c 
b/sys/dev/isci/scil/scic_sds_remote_node_context.c
index 8d3698a9a09a..b75b3742e43f 100644
--- a/sys/dev/isci/scil/scic_sds_remote_node_context.c
+++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c
@@ -963,7 +963,7 @@ SCI_STATUS 
scic_sds_remote_node_context_await_suspension_state_resume_handler(
 *
 * @param[in] this_rnc The remote node context which is to receive the task
 *       request.
-* @param[in] the_request The task request to be transmitted to to the remote
+* @param[in] the_request The task request to be transmitted to the remote
 *       target device.
 *
 * @return SCI_STATUS

Reply via email to