git: 3d9616476412 - stable/13 - cxgbe(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:13:43 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 3d9616476412357d46836346dd8e8ce29e02c6e5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:58:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:12:50 +0000

    cxgbe(4): Fix a typo in a source code comment
    
    - s/simultaniously/simultaneously/
    
    (cherry picked from commit 8a1b8cf4be90f99e3df776fb93851262263e2e7e)
---
 sys/dev/cxgbe/iw_cxgbe/cm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c
index dfc2f7ac4f2c..93d824730735 100644
--- a/sys/dev/cxgbe/iw_cxgbe/cm.c
+++ b/sys/dev/cxgbe/iw_cxgbe/cm.c
@@ -1029,7 +1029,7 @@ process_newconn(struct c4iw_listen_ep *master_lep, struct socket *new_so)
 
 	/* MPA request might have been queued up on the socket already, so we
 	 * initialize the socket/upcall_handler under lock to prevent processing
-	 * MPA request on another thread(via process_req()) simultaniously.
+	 * MPA request on another thread(via process_req()) simultaneously.
 	 */
 	c4iw_get_ep(&new_ep->com); /* Dereferenced at the end below, this is to
 				      avoid freeing of ep before ep unlock. */