The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=5317335a9ac0fcaf7fd4eba2dc9859a2b2350b9a
commit 5317335a9ac0fcaf7fd4eba2dc9859a2b2350b9a Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2025-05-31 09:04:41 +0000 Commit: Gordon Bergling <g...@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. */