Correct recurring typo: semaphore not semapore

This commit is contained in:
Gregory Nutt 2017-10-09 09:57:56 -06:00
parent 9b61cc6b25
commit ecf6dda2c5
7 changed files with 7 additions and 7 deletions

View File

@ -73,7 +73,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/spi/spi.h>
#include <arch/irq.h>

View File

@ -45,7 +45,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/spi/spi.h>
#include <arch/irq.h>

View File

@ -979,7 +979,7 @@ errout:
* Description:
* Perform an I2C bus reset in an attempt to break loose stuck I2C devices.
* This function can be called from inside the driver while the TWIHS device is
* already locked, so we must not handle any semapores inside.
* already locked, so we must not handle any semaphores inside.
* To initiate a bus reset from outside the driver use twi_reset(dev).
*
* Input Parameters:

View File

@ -45,7 +45,7 @@
#include <semaphore.h>
#include <queue.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/clock.h>
#include <nuttx/wqueue.h>
#include <nuttx/power/pm.h>

View File

@ -41,7 +41,7 @@
#include <semaphore.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/power/pm.h>
#include "pm.h"

View File

@ -52,7 +52,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/fs/dirent.h>
#include "rpc.h"

View File

@ -45,7 +45,7 @@
#include <stdint.h>
#include <semaphore.h>
#include <nuttx/semapore.h>
#include <nuttx/semaphore.h>
#include <nuttx/fs/fs.h>
#include <nuttx/nx/nx.h>
#include <nuttx/nx/nxtk.h>