~ chicken-core (chicken-5) a4fab85f89602230f61b01fab72fa955c778b847
commit a4fab85f89602230f61b01fab72fa955c778b847 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Thu Apr 17 11:04:13 2014 -0300 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Thu Apr 17 11:25:49 2014 -0300 NEWS: typo fix (s/leightweight/lightweight/) diff --git a/NEWS b/NEWS index b4b97aef..a7507186 100644 --- a/NEWS +++ b/NEWS @@ -146,7 +146,7 @@ - Type-analysis ("scrutiny") is enabled by default now, unless "-optimize-level 0" or "-no-usual-integrations" is given. - The "-scrutinize" compiler option has been deprecated. - - A new leightweight flow-analysis pass ("lfa2") has been added. + - A new lightweight flow-analysis pass ("lfa2") has been added. Enable by passing the "-lfa2" option to the compiler. - The deprecated options "-disable-warning", "-heap-growth", "-heap-shrinkage" and "-heap-initial-size" have been removed.Trap