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

@ -127,7 +127,7 @@ unsigned long ulCurrentState;
if( ulLEDIn == 0 )
{
/* If this bit is already set, clear it, and visa versa. */
/* If this bit is already set, clear it, and vice versa. */
ulCurrentState = GPIO1->FIOPIN;
if( ulCurrentState & partstLED1_OUTPUT )
{
@ -140,7 +140,7 @@ unsigned long ulCurrentState;
}
else if( ulLEDIn == 1 )
{
/* If this bit is already set, clear it, and visa versa. */
/* If this bit is already set, clear it, and vice versa. */
ulCurrentState = GPIO0->FIOPIN;
if( ulCurrentState & partstLED2_OUTPUT )
{