Fix some mispellings of semaphore

This commit is contained in:
Gregory Nutt 2016-11-03 17:48:36 -06:00
parent 5cfb83ec81
commit 6ff6cca1a0
2 changed files with 2 additions and 2 deletions

View file

@ -1178,7 +1178,7 @@ int can_register(FAR const char *path, FAR struct can_dev_s *dev)
for (i = 0; i < CONFIG_CAN_NPENDINGRTR; i++)
{
/* Initialize wait semahores. These semaphores are used for signaling
/* Initialize wait semaphores. These semaphores are used for signaling
* and should not have priority inheritance enabled.
*/

View file

@ -51,7 +51,7 @@
#include <net/if.h>
#include <nuttx/clock.h>
#include <nuttx/semahore.h>
#include <nuttx/semaphore.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netdev.h>