* The public API (at the bottom of the file) allows to parse the same mood
* definition many times in an efficient manner.
*
- * The first function to all is \ref mp_init(), which analyzes the given mood
+ * The first function to call is \ref mp_init(), which analyzes the given mood
* definition syntactically. It returns the abstract syntax tree of the mood
* definition and pre-compiles all regular expression patterns to make later
* pattern matching efficient.