mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 08:37:47 +00:00
Fix typos (in comments) and alignments (#1105)
This commit is contained in:
committed by
Jonathan Hui
parent
a88bf4cef5
commit
2bce9557e6
@@ -35,7 +35,7 @@
|
||||
|
||||
#define kNumTestMessages 3
|
||||
|
||||
// This function verifies the content of the priority queue to matches the passed in messages
|
||||
// This function verifies the content of the priority queue to match the passed in messages
|
||||
void VerifyPriorityQueueContent(Thread::PriorityQueue &aPriorityQueue, int aExpectedLength, ...)
|
||||
{
|
||||
va_list args;
|
||||
@@ -138,7 +138,7 @@ void VerifyAllMessagesContent(Thread::MessagePool &aMessagePool, int aExpectedLe
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
// This function verifies the content of the all message queue to match the passed in messages , but it goes
|
||||
// This function verifies the content of the all message queue to match the passed in messages. It goes
|
||||
// through the AllMessages list in reverse.
|
||||
void VerifyAllMessagesContentInReverse(Thread::MessagePool &aMessagePool, int aExpectedLength, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user