mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Doc: correct minor mis-spelling in sys_arch.txt
This corrects a minor mis-spelling where "by" was mis-spelled as "ny"
This commit is contained in:
parent
f28e63b2a3
commit
7d0aeaf539
@ -29,7 +29,7 @@ in a mailbox is just a pointer, nothing more.
|
|||||||
|
|
||||||
Semaphores are represented by the type "sys_sem_t" which is typedef'd
|
Semaphores are represented by the type "sys_sem_t" which is typedef'd
|
||||||
in the sys_arch.h file. Mailboxes are equivalently represented by the
|
in the sys_arch.h file. Mailboxes are equivalently represented by the
|
||||||
type "sys_mbox_t". Mutexes are represented ny the type "sys_mutex_t".
|
type "sys_mbox_t". Mutexes are represented by the type "sys_mutex_t".
|
||||||
lwIP does not place any restrictions on how these types are represented
|
lwIP does not place any restrictions on how these types are represented
|
||||||
internally.
|
internally.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user