aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-02-28 15:00:57 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-02-28 15:00:57 +0100
commit4797b7d1e2855daca62cd2c89a6de95afaf3a4e2 (patch)
tree121888e769e9f7a45c1c28137c79fadf59ad74fb /src
parent055d7c19f1d3f9d3818ef7466362e5072bfab958 (diff)
downloaduGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.tar.gz
uGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.tar.bz2
uGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.zip
Doxygen fix
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