mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix typos in comments and documentation.
This commit is contained in:
committed by
patacongo
parent
430a2178fb
commit
a5e643b0cd
@@ -47,7 +47,7 @@
|
||||
*
|
||||
* Description:
|
||||
* Queue work to be performed at a later time. All queued work will be
|
||||
* performed on the worker thread of of execution (not the caller's).
|
||||
* performed on the worker thread of execution (not the caller's).
|
||||
*
|
||||
* The work structure is allocated by caller, but completely managed by
|
||||
* the work queue logic. The caller should never modify the contents of
|
||||
@@ -120,7 +120,7 @@ static void work_qqueue(FAR struct kwork_wqueue_s *wqueue,
|
||||
*
|
||||
* Description:
|
||||
* Queue kernel-mode work to be performed at a later time. All queued
|
||||
* work will be performed on the worker thread of of execution (not the
|
||||
* work will be performed on the worker thread of execution (not the
|
||||
* caller's).
|
||||
*
|
||||
* The work structure is allocated and must be initialized to all zero by
|
||||
|
||||
Reference in New Issue
Block a user