Date: Sat, 10 Sep 2022 11:05:14 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 13604a80f7a4 - main - iscsi(4): Remove a double word in a source code comment Message-ID: <202209101105.28AB5E2M077691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=13604a80f7a4b0dbb2594482e233baa3f3926523 commit 13604a80f7a4b0dbb2594482e233baa3f3926523 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 11:04:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-10 11:04:42 +0000 iscsi(4): Remove a double word in a source code comment - s/to to/to/ MFC after: 3 days --- 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?202209101105.28AB5E2M077691>