We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e9806 commit 5ceb992Copy full SHA for 5ceb992
1 file changed
wolfssl/wolfcrypt/types.h
@@ -1410,8 +1410,8 @@ typedef struct w64wrapper {
1410
* typedef size_t THREAD_TYPE;
1411
* #define WOLFSSL_THREAD void
1412
*
1413
- * User can aslo implement user own wolfSSL_NewThread(),
1414
- * wolfSSL_JoinThread() and CND(s) if want.
+ * User can also implement their own wolfSSL_NewThread(),
+ * wolfSSL_JoinThread() and wolfSSL_Cond signaling if they want.
1415
* Otherwise, those functions are omitted.
1416
*/
1417
#elif defined(WOLFSSL_MDK_ARM) || defined(WOLFSSL_KEIL_TCP_NET) || \
0 commit comments