Skip to content

Commit abaf978

Browse files
authored
Merge pull request #18 from 0xflotus/patch-1
fixed typo
2 parents 0995477 + a4a9cd0 commit abaf978

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)