Skip to content

Commit a36a55d

Browse files
committed
unix: Update comment in gccollect.c
1 parent 5f3fe3a commit a36a55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/gccollect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void gc_collect(void) {
7777
//gc_dump_info();
7878

7979
gc_collect_start();
80-
// this traces .data and .bss sections
80+
// this traces the .bss section
8181
#ifdef __CYGWIN__
8282
#define BSS_START __bss_start__
8383
#else

0 commit comments

Comments
 (0)