diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-12 01:01:17 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-12 01:01:17 +0100 |
commit | 19b992a862d0665bf9b543c32ee76763a9834f48 (patch) | |
tree | bd6ab77dff45410dff5e0368dea2e7198f122355 /unix | |
parent | b96c7c03ca790f62e4f9409b019290946f622aa7 (diff) | |
parent | 42453dc98e95270d3802baf3d70d60c7ecabf162 (diff) |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'unix')
-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 33748d240..35b775bc3 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 |