Fix a cloned typo

This commit is contained in:
Gregory Nutt 2016-10-19 09:14:21 -06:00
parent 77e5115e23
commit 841e1aa77f
6 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* This function must be provided via the architecture-specific logoic.
*

View File

@ -72,7 +72,7 @@
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* This function must be provided via the architecture-specific logoic.
*

View File

@ -57,7 +57,7 @@
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* This function must be provided via the architecture-specific logoic.
*

View File

@ -70,7 +70,7 @@
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* This function must be provided via the architecture-specific logoic.
*

View File

@ -71,7 +71,7 @@ static pthread_mutex_t g_tsmutex = PTHREAD_MUTEX_INITIALIZER;
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* This function must be provided via the architecture-specific logoic.
*

View File

@ -1689,7 +1689,7 @@ int up_timer_start(FAR const struct timespec *ts);
* Name: up_testset
*
* Description:
* Perform and atomic test and set operation on the provided spinlock.
* Perform an atomic test and set operation on the provided spinlock.
*
* Input Parameters:
* lock - The address of spinlock object.