diff options
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 |
