Date: Tue, 3 Jun 2025 13:05:45 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: 5317335a9ac0 - stable/14 - cxgb(4): Fix two typos in a source code comment Message-ID: <202506031305.553D5j36082229@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=5317335a9ac0fcaf7fd4eba2dc9859a2b2350b9a commit 5317335a9ac0fcaf7fd4eba2dc9859a2b2350b9a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-05-31 09:04:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-06-03 13:04:14 +0000 cxgb(4): Fix two typos in a source code comment - s/cotaining/containing/ (cherry picked from commit e86d9dd6cee18b035a34d54dbab93fc1ad6b527e) --- sys/dev/cxgb/cxgb_sge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 8469997b00a8..acd49d132094 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -1927,7 +1927,7 @@ again: reclaim_completed_tx_imm(q); /** * restart_ctrlq - restart a suspended control queue - * @qs: the queue set cotaining the control queue + * @qs: the queue set containing the control queue * * Resumes transmission on a suspended Tx control queue. */ @@ -2302,7 +2302,7 @@ again: reclaim_completed_tx(qs, 16, TXQ_OFLD); /** * restart_offloadq - restart a suspended offload queue - * @qs: the queue set cotaining the offload queue + * @qs: the queue set containing the offload queue * * Resumes transmission on a suspended Tx offload queue. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506031305.553D5j36082229>