From 449dbd194c746d08643d86b457570dfe2065af11 Mon Sep 17 00:00:00 2001 From: James Zow Date: Sun, 10 Sep 2023 00:07:44 +0800 Subject: [PATCH] error correction symbol --- 08_hw_debug_JTAG/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_hw_debug_JTAG/README.md b/08_hw_debug_JTAG/README.md index 14928253..9ce915e5 100644 --- a/08_hw_debug_JTAG/README.md +++ b/08_hw_debug_JTAG/README.md @@ -42,7 +42,7 @@ this area `QEMU` sometimes can not help, since it abstracts certain features of simulate down to the very last bit. So lets introduce `JTAG` debugging. Once set up, it will allow us to single-step through our kernel -on the real HW. How cool is that?! +on the real HW. How cool is that! ## Outline