Spell check library source code files.
[pub/USBasp.git] / Projects / XPLAINBridge / Lib / SoftUART.c
index 370e806..9ee103d 100644 (file)
@@ -52,7 +52,7 @@ static uint8_t RX_BitsRemaining;
 static uint8_t RX_Data;
 
 
-/** Initialises the software UART, ready for data transmission and reception into the global ring buffers. */
+/** Initializes the software UART, ready for data transmission and reception into the global ring buffers. */
 void SoftUART_Init(void)
 {
        /* Set TX pin to output high, enable RX pull-up */