cxgbe(4): Fix a typo in a source code comment

- s/simultaniously/simultaneously/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-08 20:58:47 +02:00
parent 8ece7189e0
commit 8a1b8cf4be

View File

@ -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. */