Browse Source

minor fixes

Chia-Che Tsai 7 years ago
parent
commit
d9976ed5a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Pal/src/host/Linux-SGX/enclave_entry.S

+ 1 - 1
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