diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-02-28 15:00:57 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-02-28 15:00:57 +0100 |
commit | 4797b7d1e2855daca62cd2c89a6de95afaf3a4e2 (patch) | |
tree | 121888e769e9f7a45c1c28137c79fadf59ad74fb | |
parent | 055d7c19f1d3f9d3818ef7466362e5072bfab958 (diff) | |
download | uGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.tar.gz uGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.tar.bz2 uGFX-4797b7d1e2855daca62cd2c89a6de95afaf3a4e2.zip |
Doxygen fix
-rw-r--r-- | src/gos/gos.h | 2 |
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 |