Jelajahi Sumber

Doc: correct minor mis-spelling in sys_arch.txt

This corrects a minor mis-spelling where "by" was mis-spelled as "ny"
Joel Cunningham 9 tahun lalu
induk
melakukan
7d0aeaf539
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      doc/sys_arch.txt

+ 1 - 1
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.