aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 10:58:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 10:58:16 +0000
commit612df774d9fbddc2e9cb36e6bca849746aa925f5 (patch)
tree29fb2a32ed090c1e035378d075d52d139027029d /LUFA/Drivers/Peripheral/Serial.h
parent0f45b9c8e076483cd546d0bc9c606b73455295c6 (diff)
downloadlufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.gz
lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.bz2
lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.zip
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
-rw-r--r--LUFA/Drivers/Peripheral/Serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h
index 23bbd6a4b..4eb74b9d2 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.