From 7536b088e89232b191474b0f4c2f9a8f17b73948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 20 Nov 2015 21:35:46 +0000 Subject: [PATCH] fix comment --- if/driver_vec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/if/driver_vec.c b/if/driver_vec.c index 8b5bd9a..706676b 100644 --- a/if/driver_vec.c +++ b/if/driver_vec.c @@ -268,7 +268,7 @@ void __attribute__((interrupt)) get_bas_drivers(void) { __asm__ __volatile( /* - * sp should now point to the next instruction after the trap + * (sp) should now point to the next instruction after the trap * The trap itself is 2 bytes, the four bytes before that must * read '_BAS', otherwise we are not meant by this call */