diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-06 08:44:20 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-12 08:23:30 -1000 |
| commit | fee4183555ccef8adda43d343d11de42fdbe77f4 (patch) | |
| tree | 669f626d8d195ee8768cb04892704ad7eb916bbe /FAQ.md | |
| parent | ea8763fe83b98e47af39d0cb2c16e5c8db9746d3 (diff) | |
| download | nanowasm-design-fee4183555ccef8adda43d343d11de42fdbe77f4.tar.gz | |
Tweak FAQ wording
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -258,7 +258,7 @@ omission is: its heap (see discussion in [#285](https://github.com/WebAssembly/design/pull/285)). * This interleaving would require making allocation nondeterministic. Nondeterminism is something that WebAssemgly generally - [tries to avoid](Nondeterminism.md) and in this particular case, history - has clear examples of memory allocator nondeterminism leading to real-world - bustage ([[1](https://technet.microsoft.com/en-us/magazine/ff625273.aspx)], + [tries to avoid](Nondeterminism.md) and history has clear examples of + memory allocator almost-determinism leading to real-world bustage + ([[1](https://technet.microsoft.com/en-us/magazine/ff625273.aspx)], [[2](http://lxr.free-electrons.com/source/include/linux/personality.h?v=3.2#L31)]). |
