Skip to content

Commit 71747ab

Browse files
authored
Merge pull request #675 from qinkunbao/fix-typo
fix typos
2 parents 48903aa + ff73c62 commit 71747ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Arrays.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Pointers.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Arrays.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Pointers.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)