Skip to content

Commit

Permalink
documentation spell fix (#191)
Browse files Browse the repository at this point in the history
paraeters -> parameters
  • Loading branch information
crclark96 committed Jun 17, 2020
1 parent b94d643 commit 6b0903e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Following code initializes the enclave memory with the eapp/runtime.
enclave.init(<eapp binary>, <runtime binary>, params);
``Params`` class is defined in ``sdk/lib/host/include/params.h``, and contains enclave paraeters
``Params`` class is defined in ``sdk/lib/host/include/params.h``, and contains enclave parameters
such as the size of free memory and the address/size of the untrusted shared buffer.
These parameters can be configured by following lines:

Expand Down

0 comments on commit 6b0903e

Please sign in to comment.