git: e86d9dd6cee1 - main - cxgb(4): Fix two typos in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 31 May 2025 09:06:09 UTC
The branch main has been updated by gbe:

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

commit e86d9dd6cee18b035a34d54dbab93fc1ad6b527e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-05-31 09:04:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-05-31 09:04:41 +0000

    cxgb(4): Fix two typos in a source code comment
    
    - s/cotaining/containing/
    
    MFC after:      3 days
---
 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 52ffa5cdaffa..85e92b0e06ff 100644
--- a/sys/dev/cxgb/cxgb_sge.c
+++ b/sys/dev/cxgb/cxgb_sge.c
@@ -1924,7 +1924,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.
  */
@@ -2299,7 +2299,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.
  */