aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 995efd8..70c598f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Supports [most of C11 and some C23 features](doc/cstd.md), as well as some GNU extensions.
Currently still in a experimental stage, but can successfully build some
-lireal-world C codebases such as Lua, SQLite3,
+real-world C codebases such as Lua, SQLite,
[oksh](https://github.com/ibara/oksh), [tin](http://www.tin.org/) and itself.
`antcc` is inspired by other small C compilers like
@@ -41,7 +41,7 @@ Install with `(sudo) make install`.
For now just x86-64 POSIX (Sys-V + ELF). aarch64 backend is in the works. Tested and known to work:
- `x86_64-linux-gnu`
- - `x86_64-linus-musl`
+ - `x86_64-linux-musl`
## Usage