Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed May 8, 2024
1 parent 95e9806 commit 5ceb992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wolfssl/wolfcrypt/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1410,8 +1410,8 @@ typedef struct w64wrapper {
* typedef size_t THREAD_TYPE;
* #define WOLFSSL_THREAD void
*
* User can aslo implement user own wolfSSL_NewThread(),
* wolfSSL_JoinThread() and CND(s) if want.
* User can also implement their own wolfSSL_NewThread(),
* wolfSSL_JoinThread() and wolfSSL_Cond signaling if they want.
* Otherwise, those functions are omitted.
*/
#elif defined(WOLFSSL_MDK_ARM) || defined(WOLFSSL_KEIL_TCP_NET) || \
Expand Down

0 comments on commit 5ceb992

Please sign in to comment.