Skip to content

Commit 1cf6d48

Browse files
committed
extmod/modussl_axtls: Typo fix in comment.
1 parent 0719c93 commit 1cf6d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/modussl_axtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ STATIC mp_uint_t socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errc
113113
mp_int_t r = ssl_read(o->ssl_sock, &o->buf);
114114
if (r == SSL_OK) {
115115
// SSL_OK from ssl_read() means "everything is ok, but there's
116-
// not user data yet. So, we just keep reading.
116+
// no user data yet". So, we just keep reading.
117117
continue;
118118
}
119119
if (r < 0) {

0 commit comments

Comments
 (0)