summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cc3000/src
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2022-07-17 08:43:33 +1000
committerDamien George <damien@micropython.org>2022-07-23 23:24:24 +1000
commitf736afb577f91cee2a53a22ea17b61755e3f44fc (patch)
treee20a7d86cb5719d3282b2daa4319b73a0f0c9042 /drivers/cc3000/src
parent924e55aca18978215209a2ed81a49b0a6bdcaaa7 (diff)
downloadmicropython-f736afb577f91cee2a53a22ea17b61755e3f44fc.tar.gz
micropython-f736afb577f91cee2a53a22ea17b61755e3f44fc.zip
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>
Diffstat (limited to 'drivers/cc3000/src')
-rw-r--r--drivers/cc3000/src/evnt_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cc3000/src/evnt_handler.c b/drivers/cc3000/src/evnt_handler.c
index 80f34e469b..d430bbfdad 100644
--- a/drivers/cc3000/src/evnt_handler.c
+++ b/drivers/cc3000/src/evnt_handler.c
@@ -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);
}
}