summaryrefslogtreecommitdiff
path: root/lib/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parser.c')
-rw-r--r--lib/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.c b/lib/parser.c
index 3f0c6ce..9e8cf37 100644
--- a/lib/parser.c
+++ b/lib/parser.c
@@ -198,7 +198,7 @@ void parse_line(char *line)
sprintf(imm, "Analysing word '%s' at position %i", buffer, line - d);
pushcontext(imm);
if (get_func(buffer[0]) != -1) {
- /* Le mot lut est un operateur, on agit sur la pile */
+ /* Le mot lu est un operateur, on agit sur la pile */
buffer[0] += got_unary;
if (got_unary) {
}