mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Fix typos in comments and documentation.
This commit is contained in:
parent
430a2178fb
commit
a5e643b0cd
109 changed files with 413 additions and 455 deletions
|
|
@ -9053,7 +9053,7 @@ detailed bugfix information):
|
|||
to the specific pthread and no other.
|
||||
- uint32_t callbacks: Update the type passed to watchdog timer
|
||||
handlers. Using uint32_t is a problem for 64-bit machines because
|
||||
it it too small to pass a pointer. uintptr_t is a more appropriate
|
||||
it is too small to pass a pointer. uintptr_t is a more appropriate
|
||||
type.
|
||||
- mq_timedreceive(): move the location where the errno value is set;
|
||||
the ETIMEDOUT errno setting was being overwritten by subsequent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue