diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 09:48:35 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 09:48:35 +0000 |
commit | 0f45b9c8e076483cd546d0bc9c606b73455295c6 (patch) | |
tree | d1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /LUFA/Drivers/USB/Class/Common | |
parent | 2034141a7eb4d21a738f688b5e35a43793d17fbc (diff) | |
download | lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.gz lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.bz2 lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.zip |
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common')
-rw-r--r-- | LUFA/Drivers/USB/Class/Common/RNDIS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/RNDIS.h b/LUFA/Drivers/USB/Class/Common/RNDIS.h index a6549c5e3..ab0126e24 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 uninitialized. */ + RNDIS_Uninitialized = 0, /**< Adapter currently uninitialised. */ RNDIS_Initialized = 1, /**< Adapter currently initialized but not ready for data transfers. */ RNDIS_Data_Initialized = 2, /**< Adapter currently initialized and ready for data transfers. */ }; |