about summary refs log tree commit diff
path: root/src/etc/cmathconsts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/cmathconsts.c')
-rw-r--r--src/etc/cmathconsts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/cmathconsts.c b/src/etc/cmathconsts.c
index 7a7f13a7e97..21b1b377afa 100644
--- a/src/etc/cmathconsts.c
+++ b/src/etc/cmathconsts.c
@@ -13,7 +13,7 @@
 #include <math.h>
 #include <stdio.h>
 
-// must match core::ctypes
+// must match std::ctypes
 
 #define C_FLT(x) (float)x
 #define C_DBL(x) (double)x