From 20db157d8506a0878241182a584240841b12b7b2 Mon Sep 17 00:00:00 2001
From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Mon, 22 Nov 2010 17:57:16 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2422
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c
index b3b77a71b..c4ba64cda 100644
--- a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c
+++ b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c
@@ -149,8 +149,8 @@ static void spicb(SPIDriver *spip) {
 }
 
 /*
- * This is a periodic thread that does absolutely nothing except sleeping and
- * increase a counter.
+ * This is a periodic thread that does absolutely nothing except increasing
+ * a seconds counter.
  */
 static WORKING_AREA(waThread1, 128);
 static msg_t Thread1(void *arg) {
-- 
cgit v1.2.3