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 | |
| 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')
| -rw-r--r-- | LUFA/Drivers/Peripheral/Serial.h | 2 | ||||
| -rw-r--r-- | LUFA/Drivers/USB/Class/Common/RNDIS.h | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/LUFA/Drivers/USB/Class/Common/RNDIS.h b/LUFA/Drivers/USB/Class/Common/RNDIS.h index ab0126e2..a6549c5e 100644 --- a/LUFA/Drivers/USB/Class/Common/RNDIS.h +++ b/LUFA/Drivers/USB/Class/Common/RNDIS.h @@ -96,7 +96,7 @@ /** Enum for the possible NDIS adapter states. */ enum RNDIS_States_t { - RNDIS_Uninitialized = 0, /**< Adapter currently uninitialised. */ + RNDIS_Uninitialized = 0, /**< Adapter currently uninitialized. */ RNDIS_Initialized = 1, /**< Adapter currently initialized but not ready for data transfers. */ RNDIS_Data_Initialized = 2, /**< Adapter currently initialized and ready for data transfers. */ }; |
