aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib
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 /Demos/Device/LowLevel/RNDISEthernet/Lib
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 'Demos/Device/LowLevel/RNDISEthernet/Lib')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h2
1 files changed, 1 insertions, 1 deletions
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 */
};