From faf1de096499ce2846b220f3e5238fd5a26d4b6b Mon Sep 17 00:00:00 2001 From: Integral Date: Mon, 7 Aug 2023 18:08:26 +0800 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d350ca..b1911a2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is the repository of ChCore Lab. - `make qemu`: Start a QEMU instance to run ChCore -## Debug with GBD +## Debug with GDB - `make qemu-gdb`: Start a QEMU instance with GDB server - `make gdb`: Start a GDB (gdb-multiarch) client -- Gitee