diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
| commit | 1a30e6254eead808b9c9143cdbe64c8cf83fae9b (patch) | |
| tree | 29fb2a32ed090c1e035378d075d52d139027029d /LUFA/Drivers/Peripheral/Serial.h | |
| parent | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (diff) | |
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1427 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
| -rw-r--r-- | LUFA/Drivers/Peripheral/Serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h index 23bbd6a4..4eb74b9d 100644 --- a/LUFA/Drivers/Peripheral/Serial.h +++ b/LUFA/Drivers/Peripheral/Serial.h @@ -90,7 +90,7 @@ void Serial_TxString(const char* StringPtr) ATTR_NON_NULL_PTR_ARG(1); /* Inline Functions: */ - /** Initialises the USART, ready for serial data transmission and reception. This initialises the interface to + /** Initializes the USART, ready for serial data transmission and reception. This initializes the interface to * standard 8-bit, no parity, 1 stop bit settings suitable for most applications. * * \param[in] BaudRate Serial baud rate, in bits per second. |
