From 7d0aeaf539e4c8b5af84831c68322b8cb7ad03b4 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Wed, 30 Nov 2016 10:26:49 -0600 Subject: [PATCH] Doc: correct minor mis-spelling in sys_arch.txt This corrects a minor mis-spelling where "by" was mis-spelled as "ny" --- doc/sys_arch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sys_arch.txt b/doc/sys_arch.txt index 333946da..4dc727b6 100644 --- a/doc/sys_arch.txt +++ b/doc/sys_arch.txt @@ -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.