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

@ -115,7 +115,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
attached. */
ulLED <<= ( unsigned long ) uxLED;
/* If this bit is already set, clear it, and visa versa. */
/* If this bit is already set, clear it, and vice versa. */
ulCurrentState = IOPIN1;
if( ulCurrentState & ulLED )
{