summaryrefslogtreecommitdiff
path: root/erts/emulator/sys/win32/erl_win_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/sys/win32/erl_win_sys.h')
-rw-r--r--erts/emulator/sys/win32/erl_win_sys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/sys/win32/erl_win_sys.h b/erts/emulator/sys/win32/erl_win_sys.h
index 513adbed63..a7b1f7ac95 100644
--- a/erts/emulator/sys/win32/erl_win_sys.h
+++ b/erts/emulator/sys/win32/erl_win_sys.h
@@ -95,7 +95,7 @@
#define ERTS_HAVE_ERTS_SYS_ALIGNED_ALLOC 1
/*
- * Practial Windows specific macros.
+ * Practical Windows specific macros.
*/
#define CreateAutoEvent(state) CreateEvent(NULL, FALSE, state, NULL)
@@ -271,7 +271,7 @@ extern volatile int erl_fp_exception;
#include <float.h>
/* I suspect this test isn't right, it might depend on the version of GCC
- rather than if it's a MINGW gcc, but I havent been able to pinpoint the
+ rather than if it's a MINGW gcc, but I haven't been able to pinpoint the
exact point where _finite was added to the headers in cygwin... */
#if defined (__GNUC__) && !defined(__MINGW32__)
int _finite(double x);