docs: fix minor mis-spelling in sys.c

This commit is contained in:
Joel Cunningham 2017-10-27 15:31:35 -05:00
parent 283fec0a36
commit b953bd0393

View File

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