Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2022 05:24:05 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: 1849d0a8ab06 - stable/13 - iscsi(4): Remove a double word in a source code comment
Message-ID:  <202209130524.28D5O5do033711@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=1849d0a8ab064c7fecf22cf45a6858924bd7a7ea

commit 1849d0a8ab064c7fecf22cf45a6858924bd7a7ea
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-10 11:04:42 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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



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