summaryrefslogtreecommitdiff
path: root/lib/parser.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-28 22:08:37 +0000
committerbiouman <biouman>2001-04-28 22:08:37 +0000
commit447388dbac66c6518a0f4e4cc3e165b680f532e9 (patch)
tree96dbddc4a74f43189706861a29416ee68481b47c /lib/parser.c
parent3b37a00a4be251f87e543d269489cb7a989425d5 (diff)
*** empty log message ***
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) {
}