Changeset: ff4aa3bb83e9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff4aa3bb83e9 Modified Files: monetdb5/mal/mal_module.c monetdb5/optimizer/opt_remap.mx Branch: Apr2012 Log Message:
English. diffs (33 lines): diff --git a/monetdb5/mal/mal_module.c b/monetdb5/mal/mal_module.c --- a/monetdb5/mal/mal_module.c +++ b/monetdb5/mal/mal_module.c @@ -214,12 +214,12 @@ void freeModuleList(Module s){ s=t; } } + /* - * @- - * After filling in a structure it is added to the multi-level - * symbol table. We keep a skip list of similar named function - * symbols. This speeds up searching provided the modules adhire - * to the structure group the functions as well. + * After filling in a structure it is added to the multi-level symbol + * table. We keep a skip list of similarly named function symbols. + * This speeds up searching provided the modules adhere to the + * structure and group the functions as well. */ void insertSymbol(Module scope, Symbol prg){ InstrPtr sig; diff --git a/monetdb5/optimizer/opt_remap.mx b/monetdb5/optimizer/opt_remap.mx --- a/monetdb5/optimizer/opt_remap.mx +++ b/monetdb5/optimizer/opt_remap.mx @@ -31,7 +31,7 @@ All Rights Reserved. * already highly tuned multiplex implementations. * They have to be located amongst the modules. * - * The mapping policy adhired to in the libraries is to store the + * The mapping policy adhered to in the libraries is to store the * multiplex variants for module M in batM. * * An illustrative example is the following MAL snippet: _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list