More of the same cloned typo
This commit is contained in:
parent
5d56172f82
commit
48fb97e7b5
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user