Skip to content

Commit 80e224a

Browse files
authored
Merge pull request rustsbi#58 from felixonmars/patch-1
fix: correct typos in README.md
2 parents 22b446b + cb346e2 commit 80e224a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s
6060
[ INFO] mimp id = 0x70200
6161
[ INFO] Sbi `Base` test pass
6262
[ INFO] Testing `TIME`
63-
[ INFO] read time register successfuly, set timer +1s
64-
[ INFO] timer interrupt delegate successfuly
63+
[ INFO] read time register successfully, set timer +1s
64+
[ INFO] timer interrupt delegate successfully
6565
[ INFO] Sbi `TIME` test pass
6666
[ INFO] Testing `sPI`
67-
[ INFO] send ipi successfuly
67+
[ INFO] send ipi successfully
6868
[ INFO] Sbi `sPI` test pass
6969
[ INFO] Testing `HSM`
7070
[ INFO] Testing harts: [0, 1, 2, 3]
@@ -109,7 +109,7 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s
109109
[ INFO] Sbi `HSM` test pass
110110
[ INFO] Testing `DBCN`
111111
Hello, world!
112-
[ INFO] writing slice successfuly
112+
[ INFO] writing slice successfully
113113
[ INFO] reading 0 bytes from console
114114
[ INFO] Sbi `DBCN` test pass
115115
```

0 commit comments

Comments
 (0)