From 03bdbb0af2db6a8b585ccbcadea2e9994e23e8bf Mon Sep 17 00:00:00 2001 From: Chia-Che Tsai Date: Sat, 11 Feb 2017 09:58:49 -0500 Subject: [PATCH] minor fixes --- Pal/src/host/Linux-SGX/enclave_entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pal/src/host/Linux-SGX/enclave_entry.S b/Pal/src/host/Linux-SGX/enclave_entry.S index e4bf9654..ec67c93d 100644 --- a/Pal/src/host/Linux-SGX/enclave_entry.S +++ b/Pal/src/host/Linux-SGX/enclave_entry.S @@ -21,7 +21,7 @@ enclave_entry: mov %rcx, %gs:SGX_AEP # The following code is hardened to defend attacks from untrusted host. - # Any states given by the host instread of the hardware must be assumed + # Any states given by the host instead of the ISA must be assumed # potentially malicious. # # For instance, Jo Van Bulck contributed a detailed vulvurability report