From b953bd0393456e52f654ca205797aa04dc53b820 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Fri, 27 Oct 2017 15:31:35 -0500 Subject: [PATCH] docs: fix minor mis-spelling in sys.c --- src/core/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sys.c b/src/core/sys.c index fbf5b6b7..5f08352b 100644 --- a/src/core/sys.c +++ b/src/core/sys.c @@ -73,7 +73,7 @@ * ----- * 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_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. * * @defgroup sys_sem Semaphores