diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-16 08:35:31 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-16 08:35:31 -0400 |
| commit | 31c8480ea902a6bca8366d18bed8a168209fd16e (patch) | |
| tree | a6d6cc6cb03ace0e2c43dc440ac90a0825d5497c /static | |
| parent | f1f3ee0cab468606928834d8845ead63fb3974b6 (diff) | |
fix typo
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index af2f12f9..d9e2bf2b 100644 --- a/static/features.html +++ b/static/features.html @@ -121,7 +121,7 @@ <li>Separate memory regions for metadata, large allocations and each slab allocation size class with high entropy random bases and no address space reuse between the different regions</li> - <li>Determistic detection of any invalid free</li> + <li>Deterministic detection of any invalid free</li> <li>Zero-on-free with detection of write-after-free via checking that memory is still zeroed before handing it out again</li> <li>Delayed reuse of address space and memory allocations through the |
