aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/RNDIS.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-09 13:15:28 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-09 13:15:28 +0000
commit5c71ef995af2bef43cfe5d24c9d03bd6e55deb0a (patch)
tree50a869497c7eab5d031af4a74ab3192dac5c9d5b /LUFA/Drivers/USB/Class/RNDIS.h
parent36e9c7f7f102ff102162cdc3f9e5e4fec59efe3a (diff)
Spell check all source code variables, comments and strings.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@889 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/Class/RNDIS.h')
-rw-r--r--LUFA/Drivers/USB/Class/RNDIS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/RNDIS.h b/LUFA/Drivers/USB/Class/RNDIS.h
index 7b250a4d..c4a3061d 100644
--- a/LUFA/Drivers/USB/Class/RNDIS.h
+++ b/LUFA/Drivers/USB/Class/RNDIS.h
@@ -40,7 +40,7 @@
* Class, for Device USB mode only. User applications can use this class driver instead of implementing the RNDIS
* class manually via the low-level LUFA APIs.
*
- * This module is designed to simplify the user code by exposing only the required interface needed to interace with
+ * This module is designed to simplify the user code by exposing only the required interface needed to interface with
* Hosts using the USB RNDIS Class.
*
* @{