summaryrefslogtreecommitdiff
path: root/erts/emulator/drivers/win32/win_con.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/drivers/win32/win_con.c')
-rw-r--r--erts/emulator/drivers/win32/win_con.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/win32/win_con.c b/erts/emulator/drivers/win32/win_con.c
index e0bc1fde05..2e3c12dc58 100644
--- a/erts/emulator/drivers/win32/win_con.c
+++ b/erts/emulator/drivers/win32/win_con.c
@@ -1903,7 +1903,7 @@ void LogFileWrite(TCHAR *buf, int num_chars)
to = *((int *)buf);
buf += (sizeof(int)/sizeof(TCHAR))-1;
num_chars -= 2 * (sizeof(int)/sizeof(TCHAR));
- // Wont seek in Unicode file, sorry...
+ // Won't seek in Unicode file, sorry...
// fseek(logfile,to-from *sizeof(TCHAR),SEEK_CUR);
break;
default: