mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
Fix some mispellings of semaphore
This commit is contained in:
parent
5cfb83ec81
commit
6ff6cca1a0
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue