X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp.c;h=bade05bcf866103b5bd794af4ae1ae6ce8cb5b72;hp=3f6cfbe6cd297ad2bc34490a77784679f434754f;hb=0c7c4d80673854527ce3c3786dd581169565b5e6;hpb=23af03dbfb283045ff952267ee83c2b7f2ef6380 diff --git a/mp.c b/mp.c index 3f6cfbe6..bade05bc 100644 --- a/mp.c +++ b/mp.c @@ -9,7 +9,7 @@ * The public API (at the bottom of the file) allows parsing 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.