]> git.sur5r.net Git - freertos/commitdiff
Minor corrections in the comments punctuation.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 12:36:05 +0000 (12:36 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 12:36:05 +0000 (12:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1551 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c

index 7df0da1b9ffdaba692488799b5c52f4b40d4a8bc..2ce33b77a0a54ae63f24854143732a2ff862287c 100644 (file)
@@ -59,7 +59,7 @@
 */\r
 \r
 /*\r
- * main-blinky.c (this file) defines a very simple demo that creates two tasks,\r
+ * FreeRTOS-main.c (this file) defines a very simple demo that creates two tasks,\r
  * one queue, and one timer.\r
  *\r
  * The main() Function:\r
@@ -87,7 +87,7 @@
  * leaves the Blocked state every 200 milliseconds, and therefore toggles the LED\r
  * every 200 milliseconds.\r
  *\r
- * The Software Timer\r
+ * The Software Timer:\r
  * The software timer is configured to be an "auto reset" timer.  Its callback\r
  * function simply increments the ulCallback variable each time it executes.\r
  */\r