Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Apr 24, 2016
1 parent 39b0309 commit b1feaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Apporach
========
The basic part of the runtime, like resolving PE header, gathering meta information of types, and disassembling of IL instructions, we will take the same solution as L#, to use the Mono.Cecil library.

The intepreter part, we will try to take the similar approach as luagit, to utilize the native stack and register as much as possible.
The intepreter part, we will try to take the similar approach as luajit, to utilize the native stack and register as much as possible.

0 comments on commit b1feaf3

Please sign in to comment.