More of the same cloned typo

This commit is contained in:
Gregory Nutt
2016-10-19 10:11:45 -06:00
parent 5d56172f82
commit 48fb97e7b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ typedef uint8_t spinlock_t;
* 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.
*
+1 -1
View File
@@ -66,7 +66,7 @@ typedef bool spinlock_t;
* 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.
*
+1 -1
View File
@@ -83,7 +83,7 @@ struct spinlock_s
* 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.
*