aboutsummaryrefslogtreecommitdiff
path: root/runtime/libprofile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libprofile')
-rw-r--r--runtime/libprofile/PathProfiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c
index d2dec02fdc..2836785213 100644
--- a/runtime/libprofile/PathProfiling.c
+++ b/runtime/libprofile/PathProfiling.c
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
-// Must use __inline in Microsoft C
+/* Must use __inline in Microsoft C */
#if defined(_MSC_VER)
#define inline __inline
#endif