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