X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp.c;h=c5702c625bf2125afd10f3dab8ce1627053ddb07;hp=3c84a05484cb38c15ba681c14c41cc37bb7cd932;hb=7c19c1eab09b846325f20f49cf4d305e46917b83;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd;ds=sidebyside diff --git a/mp.c b/mp.c index 3c84a054..c5702c62 100644 --- a/mp.c +++ b/mp.c @@ -9,7 +9,7 @@ * 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.