]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Cygnal/main.c
Spelling corrections in comments only.
[freertos] / FreeRTOS / Demo / Cygnal / main.c
index 1a0e05e802c6a206716c2278727d453d7b6c4ff8..4fb494a58cfddfb1da00a371d07c78b13475517b 100644 (file)
@@ -357,7 +357,7 @@ unsigned char ucOriginalSFRPage;
 \r
 static void prvToggleOnBoardLED( void )\r
 {\r
-       /* If the on board LED is on, turn it off and visa versa. */\r
+       /* If the on board LED is on, turn it off and vice versa. */\r
        if( P1 & ucLED_BIT )\r
        {\r
                P1 &= ~ucLED_BIT;\r