aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include/janet.h
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-08-20 18:53:22 -0500
committerCalvin Rose <calsrose@gmail.com>2021-08-20 18:53:22 -0500
commitd631d29cb4f79d37f594e7f4e482c49549bc1627 (patch)
tree36f4cdda1d472a57b90e38e0be80cc34af769321 /src/include/janet.h
parentWindows header issues. (diff)
Fix typo in header.
Diffstat (limited to 'src/include/janet.h')
-rw-r--r--src/include/janet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/janet.h b/src/include/janet.h
index c1f4a907..32e21d1a 100644
--- a/src/include/janet.h
+++ b/src/include/janet.h
@@ -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;