From 4797b7d1e2855daca62cd2c89a6de95afaf3a4e2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 28 Feb 2016 15:00:57 +0100 Subject: [PATCH] Doxygen fix --- src/gos/gos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gos/gos.h b/src/gos/gos.h index 1c4ef865..f29c2ac9 100644 --- a/src/gos/gos.h +++ b/src/gos/gos.h @@ -178,7 +178,7 @@ /** * @brief Use gfxAlloc and gfxFree to implement malloc() and free() * - * @notes Sometimes your application will include functions that + * @note Sometimes your application will include functions that * want to internally use malloc() and free(). As the default * implementations of these in your C library are almost * invariably incorrect for an embedded platform, this option