summaryrefslogtreecommitdiff
path: root/static/usage.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/usage.html')
-rw-r--r--static/usage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html
index f638b3b1..82eaed3a 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -359,7 +359,7 @@
<p>The Zygote model weakens the security provided by features based on random secrets
including Address Space Layout Randomization (ASLR), stack canaries, heap canaries,
- randomized heap layout and memory tags. It cripples these security features for since
+ randomized heap layout and memory tags. It cripples these security features since
every app has the values for every other app and the values don't change for fresh app
processes until reboot. Much of the OS itself is implemented via non-user-facing apps
with privileges reserved for OS components. The Zygote template is reused across user