aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/mpal/expr.h')
-rw-r--r--engines/tony/mpal/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/mpal/expr.h b/engines/tony/mpal/expr.h
index 3130539000..f9c8a7c48f 100644
--- a/engines/tony/mpal/expr.h
+++ b/engines/tony/mpal/expr.h
@@ -43,7 +43,7 @@ namespace MPAL {
* Parses a mathematical expression from the MPC file
*
* @param buf Buffer containing the expression to evaluate
- * @param h Pointer to a handle that, at the end of execution,
+ * @param h Pointer to a handle that, at the end of execution,
* will point to the area of memory containing the parsed expression
* @returns Pointer to the buffer immediately after the expression, or NULL if error.
*/