From: Andre Noll Date: Sun, 7 Jan 2018 00:20:49 +0000 (+0100) Subject: mp.c: Fix typo in comment. X-Git-Tag: v0.6.2~43 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=165b054252953d2ec8cc0a7855128004487214af;p=paraslash.git mp.c: Fix typo in comment. --- 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.