diff options
author | xbe <xbe@machine> | 2014-04-11 04:05:48 -0700 |
---|---|---|
committer | xbe <xbe@machine> | 2014-04-11 06:42:17 -0700 |
commit | a36a55d2cf08a5cf8084e244082975e2c10fcf94 (patch) | |
tree | 677be8b8e84311baeabd9d0171a93680f498274e /unix/gccollect.c | |
parent | 5f3fe3aa149721a08d7c9b1a683ba502f59d1aae (diff) | |
download | micropython-a36a55d2cf08a5cf8084e244082975e2c10fcf94.tar.gz micropython-a36a55d2cf08a5cf8084e244082975e2c10fcf94.zip |
unix: Update comment in gccollect.c
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r-- | unix/gccollect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c index 33748d240e..35b775bc36 100644 --- a/unix/gccollect.c +++ b/unix/gccollect.c @@ -77,7 +77,7 @@ void gc_collect(void) { //gc_dump_info(); gc_collect_start(); - // this traces .data and .bss sections + // this traces the .bss section #ifdef __CYGWIN__ #define BSS_START __bss_start__ #else |