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:
Joel Cunningham 2016-11-30 10:26:49 -06:00
parent f28e63b2a3
commit 7d0aeaf539

View File

@ -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
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
internally.