mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
Fix typos in comments and documentation.
This commit is contained in:
committed by
patacongo
parent
430a2178fb
commit
a5e643b0cd
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user