From d8f7f19fcd8f6a1617089fe7b0efecdb19fee736 Mon Sep 17 00:00:00 2001 From: dann toliver Date: Sat, 20 Jun 2015 00:07:25 -0400 Subject: Update FAQ.md Two typo fixes --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index b75195b..f842123 100644 --- a/FAQ.md +++ b/FAQ.md @@ -182,7 +182,7 @@ WebAssembly has several requirements and goals for its IR and binary encoding: * Fast decoding: The binary format should be fast to decompress and decode for fast startup of programs. * Fast compiling: The IR should be fast to compile (and suitable for either AOT- or JIT-compilation) for fast startup of programs. - * Minimal [nondeterminsim](Nondeterminism.md): The behavior of programs should be as predictable and + * Minimal [nondeterminism](Nondeterminism.md): The behavior of programs should be as predictable and deterministic as possible (and should be the same on every architecture, a stronger form of the portability requirement stated above). @@ -204,7 +204,7 @@ with reduced undefined behavior, and a stable version of the bitcode encoding. I techniques to improve startup performance. However, each customization, workaround, and special solution means less benefit from the common infrastructure. We believe that by taking our experience with LLVM and designing an IR and binary encoding for our goals and requirements, we can do much better than adapting a -system desgined for other purposes. +system designed for other purposes. Note that this discussion applies to use of LLVM IR as a standardized format. LLVM's clang frontend and midlevel optimizers can still be used to generate WebAssembly code from C and C++, and will use -- cgit v1.2.3