]> git.sur5r.net Git - freertos/commitdiff
Spelling corrections in comments only.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 28 Nov 2013 13:24:05 +0000 (13:24 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 28 Nov 2013 13:24:05 +0000 (13:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2119 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
FreeRTOS/Demo/Cygnal/main.c

index 76103713df43f132b43775bdd737861021e689db..8853b81924befe5f4c262285ebdbb3d71c8b3274 100644 (file)
@@ -124,7 +124,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned long ) uxLED;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = GPIO0_IOPIN;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 6a5393c2da3d315adff735a1b874452e43a93b9a..7df14617505b6eba5aca363542fb248fc3abf51a 100644 (file)
@@ -119,7 +119,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned long ) uxLED;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = IO1PIN;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 448ac72412792bd7060152f0d8ef4703c6b99b48..36ca5c4b3fd5993bfbc4a28650607963939f1d69 100644 (file)
@@ -115,7 +115,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned long ) uxLED;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = IOPIN1;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 741349002703744fd2a20958c3f201125f2c5bcb..1b37e63245aaca2e793d6db9a58283ad20bd019a 100644 (file)
@@ -121,7 +121,7 @@ unsigned portLONG ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned portLONG ) uxLED;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = FIO2PIN;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 443781aebc3ca92a06c440447a11c0ef3a4f0a62..7baaef6d29198296eaeb87866e9503a216c407aa 100644 (file)
@@ -121,7 +121,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned long ) uxLED;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = FIO2PIN;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 5e33e37074160bc9c2f9258c188acfad53d236e2..a291ef939b99e4a634c2a4615fa45e6e1dfb2faf 100644 (file)
@@ -127,7 +127,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
                attached. */\r
                ulLED <<= ( unsigned long ) ulLEDIn;\r
 \r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = GPIO2->FIOPIN;\r
                if( ulCurrentState & ulLED )\r
                {\r
index 43704f763fd517ab99939c6da66bd1e958f742e3..0056c80d56b659e4ff9e71b5e3185104f98d0780 100644 (file)
@@ -127,7 +127,7 @@ unsigned long ulCurrentState;
 \r
        if( ulLEDIn == 0 )\r
        {\r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = GPIO1->FIOPIN;\r
                if( ulCurrentState & partstLED1_OUTPUT )\r
                {\r
@@ -140,7 +140,7 @@ unsigned long ulCurrentState;
        }\r
        else if( ulLEDIn == 1 )\r
        {\r
-               /* If this bit is already set, clear it, and visa versa. */\r
+               /* If this bit is already set, clear it, and vice versa. */\r
                ulCurrentState = GPIO0->FIOPIN;\r
                if( ulCurrentState & partstLED2_OUTPUT )\r
                {\r
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