Skip to content

Commit 4439819

Browse files
authored
Update 2-Virtual-Machine.md
1 parent 83cf8d9 commit 4439819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/en/2-Virtual-Machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ We've commented out `RET` because we'll replace it with `LEV` later.
302302
In practice the compiler should deal with more: how to pass the arguments to
303303
a function? How to return the data from the function?
304304

305-
Our convention here about returning value is to store it into `AX` no mater
305+
Our convention here about returning value is to store it into `AX` no matter
306306
you're returning a value or a memory address. Then how about argument?
307307

308308
Different language has different convension, here is the standard for C:

0 commit comments

Comments
 (0)