From 29390f2dfed7323498b1f83dcdc8219d6861d6e4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 6 Oct 2017 16:57:38 +0000 Subject: Comment style. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10789 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/vectors.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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 -- cgit v1.2.3