drivers,ports: Fix a few typos in comments.

Fixes:
- Should read `definitions` rather than `defintions`.
- Should read `resolution` rather than `resoultion`.
- Should read `inefficient` rather than `inefficent`.
- Should read `closed` rather than `closded`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
Tim Gates
2022-07-17 08:43:33 +10:00
committed by Damien George
parent 924e55aca1
commit f736afb577
4 changed files with 7 additions and 7 deletions

View File

@@ -604,7 +604,7 @@ INT32 hci_unsol_event_handler(CHAR *event_hdr)
{
//data[0] represents the socket id, for which FIN was received by remote.
//Upon receiving this event, the user can close the socket, or else the
//socket will be closded after inacvitity timeout (by default 60 seconds)
//socket will be closed after inacvitity timeout (by default 60 seconds)
tSLInformation.sWlanCB(event_type, data, 1);
}
}