]> git.proxmox.com Git - wasi-libc.git/commitdiff
Fix typos.
authorDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 05:04:41 +0000 (22:04 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 05:04:41 +0000 (22:04 -0700)
README.md

index 118056a3af9c8b29702c5e5409d8d6461327465f..c2623a8839ce1a1ecaa4547a339f624978ea1002 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Caution: This is currently quite experimental and not generally usable yet!
 ## What is this?
 
 This is a "reference sysroot", which is meant to be part of a common C ABI
-that can be shared across C libraries and compilers. While it's intened to
+that can be shared across C libraries and compilers. While it's intended to
 (eventually) be usable in its own right, we fully expect other
 implementations to be used in practice by many different systems, though
 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:
 make WASM_CC=/path/to/wasm/supporting/c/compiler
 ```
 
-This makes a directory called "sysroot", by default. See the top of the Makfile
+This makes a directory called "sysroot", by default. See the top of the Makefile
 for customization options.
 
 To use the sysroot, use the `--sysroot=` option: