UDP Networking: Misc fixes to get the last changes working + cleanup

This commit is contained in:
Gregory Nutt
2015-05-29 14:32:56 -06:00
parent fa8b7c19b7
commit 0bdf2d5360
6 changed files with 29 additions and 68 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ int net_timedwait(sem_t *sem, FAR const struct timespec *abstime)
}
else
{
/* Wait as long as necessary to get the lot */
/* Wait as long as necessary to get the lock */
ret = sem_wait(sem);
}