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
+1 -1
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.
*/