aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-06 16:57:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-06 16:57:38 +0000
commit29390f2dfed7323498b1f83dcdc8219d6861d6e4 (patch)
treefec48ce908c9508f13e2e83e6bbff3e753fb7425
parentae0c81a776959b3b520a1b440c3a964193128be9 (diff)
downloadChibiOS-29390f2dfed7323498b1f83dcdc8219d6861d6e4.tar.gz
ChibiOS-29390f2dfed7323498b1f83dcdc8219d6861d6e4.tar.bz2
ChibiOS-29390f2dfed7323498b1f83dcdc8219d6861d6e4.zip
Comment style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10789 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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