Skip to content

Commit 75375a3

Browse files
authored
typo fix (#701)
Signed-off-by: Yu Ding dingelish@gmail.com
1 parent 90eb55f commit 75375a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/debugger_interface/linux/gdb-sgx-plugin/gdb_sgx_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def target_path_to_host_path(target_path):
118118
return host_path
119119

120120
class enclave_info(object):
121-
"""Class to contain the enclave inforation,
121+
"""Class to contain the enclave information,
122122
such as start address, stack addresses, stack size, etc.
123123
The enclave information is for one enclave."""
124124
def __init__(self, _next_ei, _start_addr, _enclave_type, _stack_addr_list, \

0 commit comments

Comments
 (0)