Skip to content

Commit 5ceb992

Browse files
committed
address review comments
1 parent 95e9806 commit 5ceb992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfssl/wolfcrypt/types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ typedef struct w64wrapper {
14101410
* typedef size_t THREAD_TYPE;
14111411
* #define WOLFSSL_THREAD void
14121412
*
1413-
* User can aslo implement user own wolfSSL_NewThread(),
1414-
* wolfSSL_JoinThread() and CND(s) if want.
1413+
* User can also implement their own wolfSSL_NewThread(),
1414+
* wolfSSL_JoinThread() and wolfSSL_Cond signaling if they want.
14151415
* Otherwise, those functions are omitted.
14161416
*/
14171417
#elif defined(WOLFSSL_MDK_ARM) || defined(WOLFSSL_KEIL_TCP_NET) || \

0 commit comments

Comments
 (0)