summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-11-28 15:50:52 +1100
committerIvan Maidanski <ivmai@mail.ru>2021-06-10 11:17:43 +0300
commit66c6c282228eee7795dc652b8ce6885316f0a75e (patch)
tree6fdc4fceac75ecb23da4d0932e3c1ea3ede584d1 /extra
parentb9b7bd1a7ee7edc56c845c9c27cf3938fae92caa (diff)
downloadbdwgc-66c6c282228eee7795dc652b8ce6885316f0a75e.tar.gz
Fix a typo in msvc_dbg.c comment (machine)
Issue #340 (bdwgc). * extra/msvc_dbg.c [!_M_X64 && _MSC_VER]: Fix a typo ("machine") in comment.
Diffstat (limited to 'extra')
-rw-r--r--extra/msvc_dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/msvc_dbg.c b/extra/msvc_dbg.c
index 66aee1f2..cc57ce1c 100644
--- a/extra/msvc_dbg.c
+++ b/extra/msvc_dbg.c
@@ -22,7 +22,7 @@
#if !defined(_M_X64) && defined(_MSC_VER)
-/* X86_64 is currently missing some meachine-dependent code below. */
+/* X86_64 is currently missing some machine-dependent code below. */
#define GC_BUILD
#include "private/msvc_dbg.h"