Skip to content

Commit c9850bf

Browse files
committed
Fix typos.
1 parent f2049d9 commit c9850bf

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
@@ -5,7 +5,7 @@ Caution: This is currently quite experimental and not generally usable yet!
55
## What is this?
66

77
This is a "reference sysroot", which is meant to be part of a common C ABI
8-
that can be shared across C libraries and compilers. While it's intened to
8+
that can be shared across C libraries and compilers. While it's intended to
99
(eventually) be usable in its own right, we fully expect other
1010
implementations to be used in practice by many different systems, though
1111
we do hope that in those cases, this library defines a useful ABI that can
@@ -19,7 +19,7 @@ Obtain a WebAssembly-supporting C compiler, and then run:
1919
make WASM_CC=/path/to/wasm/supporting/c/compiler
2020
```
2121

22-
This makes a directory called "sysroot", by default. See the top of the Makfile
22+
This makes a directory called "sysroot", by default. See the top of the Makefile
2323
for customization options.
2424

2525
To use the sysroot, use the `--sysroot=` option:

0 commit comments

Comments
 (0)