1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00

Fix typo in header.

This commit is contained in:
Calvin Rose 2021-08-20 18:53:22 -05:00
parent 01b7891347
commit d631d29cb4

View File

@ -324,7 +324,7 @@ typedef struct {
#include <winsock2.h>
#endif
#include <windows.h>
typedef CRTICAL_SECTION JanetOSMutex;
typedef CRITICAL_SECTION JanetOSMutex;
#else
#include <pthread.h>
typedef pthread_mutex_t JanetOSMutex;