aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/common/startup/ARM/compilers/GCC/vectors.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/vectors.S b/os/common/startup/ARM/compilers/GCC/vectors.S
index 3aedc58eb..e582678db 100644
--- a/os/common/startup/ARM/compilers/GCC/vectors.S
+++ b/os/common/startup/ARM/compilers/GCC/vectors.S
@@ -93,7 +93,7 @@ Irq_Handler:
_unhandled_exception:
b _unhandled_exception
/*
- * Default boot handler. Jump to Reset_Handler
+ * Default boot handler. Jump to Reset_Handler.
*/
.section .boot, "ax"
.weak Boot_Handler