From: richardbarry Date: Fri, 26 Aug 2011 12:36:05 +0000 (+0000) Subject: Minor corrections in the comments punctuation. X-Git-Tag: V7.0.2~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8feea90fefa8349380606e207c7c81ad7f73992;p=freertos Minor corrections in the comments punctuation. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1551 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c b/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c index 7df0da1b9..2ce33b77a 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c @@ -59,7 +59,7 @@ */ /* - * main-blinky.c (this file) defines a very simple demo that creates two tasks, + * FreeRTOS-main.c (this file) defines a very simple demo that creates two tasks, * one queue, and one timer. * * The main() Function: @@ -87,7 +87,7 @@ * leaves the Blocked state every 200 milliseconds, and therefore toggles the LED * every 200 milliseconds. * - * The Software Timer + * The Software Timer: * The software timer is configured to be an "auto reset" timer. Its callback * function simply increments the ulCallback variable each time it executes. */