Skip to content

Commit a4a9cd0

Browse files
authored
fixed some errors
1 parent 0995477 commit a4a9cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
C interpreter that interpretes itself.
1+
C interpreter that interprets itself.
22

33
# How to Run the Code
44

@@ -19,7 +19,7 @@ gcc -o xc xc.c (you may need the -m32 option on 64bit machines)
1919
This project is inspired by [c4](https://github.com/rswier/c4) and is largely
2020
based on it.
2121

22-
However, I rewrited them all to make it more understable and help myself to
22+
However, I rewrote them all to make it more understandable and help myself to
2323
understand it.
2424

2525
Despite the complexity we saw in books about compiler design, writing one is

0 commit comments

Comments
 (0)