Index: trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MEvtLoop.cc	(revision 2156)
+++ trunk/MagicSoft/Mars/mbase/MEvtLoop.cc	(revision 2161)
@@ -35,11 +35,11 @@
 // object.                                                                  //
 //                                                                          //
-// If you call Eventloop first all PreProcess functions - with the          //
+// If you call Eventloop() first all PreProcess functions - with the        //
 // parameter list as an argument - of the tasks in the task list are        //
 // executed. If one of them returns kFALSE then the execution is stopped.   //
-// If the preprocessing was ok. The Process funtion of the tasks are        //
-// as long as one function returns kSTOP. Only the tasks which are marked   //
-// marked as "All" or with a string which matches the MInputStreamID of     //
-// MTaskList are executed. If one tasks returns kCONTINUE the pending       //
+// If the preprocessing was ok, The Process function of the tasks are       //
+// executed as long as one function returns kSTOP. Only the tasks which     //
+// are marked as "All" or with a string which matches the MInputStreamID    //
+// of MTaskList are executed. If one tasks returns kCONTINUE the pending    //
 // tasks in the list are skipped and the execution in continued with        //
 // the first one in the list.                                               //
@@ -496,8 +496,8 @@
 // --------------------------------------------------------------------------
 //
-//  After you setup (or read) an Evtloop you can use this to write the
-//  eventloop setup as a macro. The default name is "evtloop.C". The default
-//  extension is .C If the extension is not given, .C is added.
-//  I the last character in the argument is a '+' the file is not closed.
+//  After you setup (or read) an Evtloop you can use MakeMacro() to write
+//  the eventloop setup as a macro. The default name is "evtloop.C". The
+//  default extension is .C If the extension is not given, .C is added.
+//  If the last character in the argument is a '+' the file is not closed.
 //  This is usefull if you have an eventloop which runs three times and
 //  you want to write one macro. If the first character is a '+' no
