summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/msvc_dbg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/msvc_dbg.c b/extra/msvc_dbg.c
index 7385d203..ec54b741 100644
--- a/extra/msvc_dbg.c
+++ b/extra/msvc_dbg.c
@@ -23,7 +23,7 @@
#if !defined(_M_ARM) && !defined(_M_ARM64) \
&& !defined(_M_X64) && defined(_MSC_VER)
-/* TODO: arm[64], x86_64 currently miss some machine-dependent code below. */
+/* TODO: arm[64], x64 currently miss some machine-dependent code below. */
/* See also GC_HAVE_BUILTIN_BACKTRACE in gc_config_macros.h. */
#include <stdio.h>
@@ -368,7 +368,7 @@ static size_t GetDescriptionFromStack(void* const frames[], size_t count,
return buffer - begin;
}
-/* Compatibility with <execinfo.h> */
+/* Compatibility with execinfo.h: */
int backtrace(void* addresses[], int count)
{