summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_rndis_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/class/cdc/cdc_rndis_host.c')
-rw-r--r--src/class/cdc/cdc_rndis_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_rndis_host.c b/src/class/cdc/cdc_rndis_host.c
index 8f28f51ac..44de85b45 100644
--- a/src/class/cdc/cdc_rndis_host.c
+++ b/src/class/cdc/cdc_rndis_host.c
@@ -117,7 +117,7 @@ void rndish_init(void)
//------------- Task creation -------------//
- //------------- semaphore creation for notificaiton pipe -------------//
+ //------------- semaphore creation for notification pipe -------------//
for(uint8_t i=0; i<CFG_TUH_DEVICE_MAX; i++)
{
rndish_data[i].sem_notification_hdl = osal_semaphore_create( OSAL_SEM_REF(rndish_data[i].semaphore_notification) );