From 612df774d9fbddc2e9cb36e6bca849746aa925f5 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 30 Jul 2010 10:58:16 +0000 Subject: Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards. --- Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h | 2 +- Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos') diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h index 285883bae..17a34ace7 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h @@ -61,7 +61,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 */ }; diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c index 8e51279d3..543e1b879 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c @@ -56,7 +56,7 @@ void Bluetooth_StackInitialized(void) Bluetooth_State.LocalBDADDR[5], Bluetooth_State.LocalBDADDR[4], Bluetooth_State.LocalBDADDR[3], Bluetooth_State.LocalBDADDR[2], Bluetooth_State.LocalBDADDR[1], Bluetooth_State.LocalBDADDR[0]); - /* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */ + /* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */ RFCOMM_Initialize(); } -- cgit v1.2.3