From cb346e2538ab8eb9bc97ce52260455094705e761 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 7 Mar 2024 16:04:05 +0200 Subject: [PATCH] fix: correct typos in README.md Related: https://github.com/rustsbi/rustsbi/pull/66 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b8ab1f..c8f927b 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s [ INFO] mimp id = 0x70200 [ INFO] Sbi `Base` test pass [ INFO] Testing `TIME` -[ INFO] read time register successfuly, set timer +1s -[ INFO] timer interrupt delegate successfuly +[ INFO] read time register successfully, set timer +1s +[ INFO] timer interrupt delegate successfully [ INFO] Sbi `TIME` test pass [ INFO] Testing `sPI` -[ INFO] send ipi successfuly +[ INFO] send ipi successfully [ INFO] Sbi `sPI` test pass [ INFO] Testing `HSM` [ 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 [ INFO] Sbi `HSM` test pass [ INFO] Testing `DBCN` Hello, world! -[ INFO] writing slice successfuly +[ INFO] writing slice successfully [ INFO] reading 0 bytes from console [ INFO] Sbi `DBCN` test pass ```