Skip to content

Commit f8c59e1

Browse files
committed
docs: fix typos
Signed-off-by: Yu Ding <dingelish@gmail.com>
1 parent 3ea0560 commit f8c59e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SampleCode/LocalAttestation/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ How to Build the Sample Code
2020
$ make SGX_MODE=SIM SGX_DEBUG=0
2121
g. Use Local Attestation 2.0 protocol, Hardware Mode, Debug build:
2222
$ make LAv2=1
23-
Note: Local Attestaion 2.0 protocol will be used if 'LAv2' is defined.
23+
Note: Local Attestation 2.0 protocol will be used if 'LAv2' is defined.
2424

2525

2626
When build is successful, you can find executable binaries in "bin" sub-folder.

SampleCode/Switchless/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------------
2-
Purpose of Switchlesss
2+
Purpose of Switchless
33
------------------------
44
The project demonstrates how to use Fast OCalls provided by sgx_switchless.
55

docker/build/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ ./build_and_run_sample_docker.sh
3131

3232
The Dockerfile specifies 3 image build targets:
3333
1. builder: Builds PSW and SDK bin installers from source. This requires downloading the prebuilt AEs and optimized libs from 01.org.
34-
2. aesm: Takes the PSW installer from builder to install and run the AESM deamon.
34+
2. aesm: Takes the PSW installer from builder to install and run the AESM daemon.
3535
3. sample: Installs the SDK installer from builder, then builds and runs the SampleEnclave app
3636

3737
- [build_and_run_aesm_docker.sh](./build_and_run_aesm_docker.sh): Shows how to build and run the AESM image in Docker. This will start the AESM service listening to a named socket, mounted in /var/run/aesmd in the container from the host /tmp/aesmd.

0 commit comments

Comments
 (0)