1 parent 5f3fe3a commit a36a55dCopy full SHA for a36a55d
1 file changed
unix/gccollect.c
@@ -77,7 +77,7 @@ void gc_collect(void) {
77
//gc_dump_info();
78
79
gc_collect_start();
80
- // this traces .data and .bss sections
+ // this traces the .bss section
81
#ifdef __CYGWIN__
82
#define BSS_START __bss_start__
83
#else
0 commit comments