aboutsummaryrefslogtreecommitdiff
path: root/docs/system/i386
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2024-03-31 18:15:26 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-04-02 13:38:40 +0300
commitf6822fee969aed8662baa4fdc38e6aeced3894ad (patch)
tree92a9e5ae1e39237ffed850253dcc877946929af2 /docs/system/i386
parent9988c7b50e0ebd93a8ac10d7da6890d05971e98e (diff)
Fix some typos in documentation (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/system/i386')
-rw-r--r--docs/system/i386/sgx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/i386/sgx.rst b/docs/system/i386/sgx.rst
index 0f0a73f758..ab58b29392 100644
--- a/docs/system/i386/sgx.rst
+++ b/docs/system/i386/sgx.rst
@@ -6,7 +6,7 @@ Overview
Intel Software Guard eXtensions (SGX) is a set of instructions and mechanisms
for memory accesses in order to provide security accesses for sensitive
-applications and data. SGX allows an application to use it's pariticular
+applications and data. SGX allows an application to use its particular
address space as an *enclave*, which is a protected area provides confidentiality
and integrity even in the presence of privileged malware. Accesses to the
enclave memory area from any software not resident in the enclave are prevented,