From 204210b1074071532627da9dc69950d058a809f4 Mon Sep 17 00:00:00 2001 From: Ledion Daja Date: Tue, 15 Aug 2023 13:32:07 +0200 Subject: Fix minor typos and naming in comments Change-Id: Ie0c57c520d591016855239a502eaf74d23b418fe Signed-off-by: Ledion Daja --- targets/corstone-300/target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/corstone-300/target.cpp') diff --git a/targets/corstone-300/target.cpp b/targets/corstone-300/target.cpp index f186ddf..f52a5db 100644 --- a/targets/corstone-300/target.cpp +++ b/targets/corstone-300/target.cpp @@ -252,7 +252,7 @@ void HardFault_Handler() { struct ExcContext *e; uint32_t sp; - asm volatile("mrs %0, ipsr \n" // Read IPSR (Exceptio number) + asm volatile("mrs %0, ipsr \n" // Read IPSR (Exception number) "sub %0, #16 \n" // Get it into IRQn_Type range "tst lr, #4 \n" // Select the stack which was in use "ite eq \n" -- cgit v1.2.1