mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
cxgbe(4): Fix a typo in a source code comment
- s/alredy/already/ MFC after: 3 days
This commit is contained in:
parent
37a57b5d35
commit
63303133a7
1 changed files with 1 additions and 1 deletions
|
|
@ -2737,7 +2737,7 @@ c4iw_create_listen(struct iw_cm_id *cm_id, int backlog)
|
|||
if (c4iw_any_addr((struct sockaddr *)&lep->com.local_addr)) {
|
||||
port_info = add_ep_to_listenlist(lep);
|
||||
/* skip solisten() if refcnt > 1, as the listeners were
|
||||
* alredy created by 'Master lep'
|
||||
* already created by 'Master lep'
|
||||
*/
|
||||
if (port_info->refcnt > 1) {
|
||||
/* As there will be only one listener socket for a TCP
|
||||
|
|
|
|||
Loading…
Reference in a new issue