mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
docs: fix minor mis-spelling in sys.c
This commit is contained in:
parent
283fec0a36
commit
b953bd0393
@ -73,7 +73,7 @@
|
|||||||
* -----
|
* -----
|
||||||
* Be careful with using mem_malloc() in sys_arch. When malloc() refers to
|
* Be careful with using mem_malloc() in sys_arch. When malloc() refers to
|
||||||
* mem_malloc() you can run into a circular function call problem. In mem.c
|
* mem_malloc() you can run into a circular function call problem. In mem.c
|
||||||
* mem_init() tries to allcate a semaphore using mem_malloc, which of course
|
* mem_init() tries to allocate a semaphore using mem_malloc, which of course
|
||||||
* can't be performed when sys_arch uses mem_malloc.
|
* can't be performed when sys_arch uses mem_malloc.
|
||||||
*
|
*
|
||||||
* @defgroup sys_sem Semaphores
|
* @defgroup sys_sem Semaphores
|
||||||
|
Loading…
Reference in New Issue
Block a user