aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gos/gos.h2
1 files changed, 1 insertions, 1 deletions
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