File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
SampleEnclavePCL/Enclave/Edger8rSyntax
SampleEnclave/Enclave/Edger8rSyntax Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ enclave {
4343 /*
4444 * []: can be used to declare an array.
4545 * [user_check]:
46- * pointer of the array won't be valified , and the buffer pointed by 'arr'
46+ * pointer of the array won't be verified , and the buffer pointed by 'arr'
4747 * is not copied into the enclave either. But enclave can modify the memory outside.
4848 */
4949
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ enclave {
141141
142142 /*
143143 * [user_check]:
144- * the pointer won't be valified , and the buffer pointed by 'val' is not
144+ * the pointer won't be verified , and the buffer pointed by 'val' is not
145145 * copied to outside buffer either. Besides 'App' cannot modify the memory
146146 * pointer by 'val'.
147147 */
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ enclave {
4343 /*
4444 * []: can be used to declare an array.
4545 * [user_check]:
46- * pointer of the array won't be valified , and the buffer pointed by 'arr'
46+ * pointer of the array won't be verified , and the buffer pointed by 'arr'
4747 * is not copied into the enclave either. But enclave can modify the memory outside.
4848 */
4949
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ enclave {
141141
142142 /*
143143 * [user_check]:
144- * the pointer won't be valified , and the buffer pointed by 'val' is not
144+ * the pointer won't be verified , and the buffer pointed by 'val' is not
145145 * copied to outside buffer either. Besides 'App' cannot modify the memory
146146 * pointer by 'val'.
147147 */
You can’t perform that action at this time.
0 commit comments