From 77f9ecf13b6b3f0d1a4adb792358b7b79a5acac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 10 Oct 2013 10:37:54 +0000 Subject: [PATCH] fixed typo in message --- sources/fault_vectors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/fault_vectors.c b/sources/fault_vectors.c index 7b199f1..c2c22ce 100644 --- a/sources/fault_vectors.c +++ b/sources/fault_vectors.c @@ -64,7 +64,7 @@ void fault_handler(uint32_t pc, uint32_t format_status) xprintf("error on data write"); break; case 9: - xprintf("error on attempted wrote to write-protected space"); + xprintf("error on attempted write to write-protected space"); break; case 10: xprintf("TLB miss on data write"); @@ -81,7 +81,7 @@ void fault_handler(uint32_t pc, uint32_t format_status) case 15: xprintf("OEP access error while executing in emulator mode"); } - xprintf("\r\n"); + xprintf(")\r\n"); xprintf("vector = %02x (", vector); switch (vector)