Spelling corrections in comments only.

This commit is contained in:
Richard Barry 2013-11-28 13:24:05 +00:00
parent 00ad1a0200
commit e682aec507
8 changed files with 9 additions and 9 deletions

View file

@ -357,7 +357,7 @@ unsigned char ucOriginalSFRPage;
static void prvToggleOnBoardLED( void )
{
/* If the on board LED is on, turn it off and visa versa. */
/* If the on board LED is on, turn it off and vice versa. */
if( P1 & ucLED_BIT )
{
P1 &= ~ucLED_BIT;