From 6bf67e69d7c9d133a4839c693fc569e59628f3fc Mon Sep 17 00:00:00 2001 From: Dave Tian Date: Mon, 28 May 2018 17:18:12 -0400 Subject: [PATCH] comment update --- sgx_user.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgx_user.h b/sgx_user.h index a15f87b..84f34a3 100644 --- a/sgx_user.h +++ b/sgx_user.h @@ -127,8 +127,8 @@ struct sgx_enclave_add_page { * struct sgx_enclave_init - parameter structure for the * %SGX_IOC_ENCLAVE_INIT ioctl * @addr: address in the ELRANGE - * @sigstruct: address for the page data - * @einittoken: EINITTOKEN + * @sigstruct: address for the SIGSTRUCT data + * @einittoken: address for the EINITTOKEN data */ struct sgx_enclave_init { __u64 addr;