diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-01 13:53:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-01 13:53:58 +0000 |
commit | 6933f2e1a543b066ebe734bd126a7ff2f1c2777f (patch) | |
tree | a8fd03c986accab9fa79e43d835e047fb5b0e254 /Demos/Device/RNDISEthernet/RNDIS.h | |
parent | fb3fcb968ea70f8b5c6d8f7edde65745e49628f2 (diff) | |
download | lufa-6933f2e1a543b066ebe734bd126a7ff2f1c2777f.tar.gz lufa-6933f2e1a543b066ebe734bd126a7ff2f1c2777f.tar.bz2 lufa-6933f2e1a543b066ebe734bd126a7ff2f1c2777f.zip |
All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
Diffstat (limited to 'Demos/Device/RNDISEthernet/RNDIS.h')
-rw-r--r-- | Demos/Device/RNDISEthernet/RNDIS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/RNDISEthernet/RNDIS.h b/Demos/Device/RNDISEthernet/RNDIS.h index 7c75875cf..0d240ac4e 100644 --- a/Demos/Device/RNDISEthernet/RNDIS.h +++ b/Demos/Device/RNDISEthernet/RNDIS.h @@ -45,7 +45,7 @@ #include "Ethernet.h"
/* Macros: */
- /** Physical MAC Address of the USB netowork adapter */
+ /** Physical MAC Address of the USB network adapter */
#define ADAPTER_MAC_ADDRESS {0x02, 0x00, 0x02, 0x00, 0x02, 0x00}
/** Implemented RNDIS Version Major */
|