diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-07-04 00:23:12 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-07-04 00:23:12 +0200 |
commit | 54a0387bd47df37d7f2e17bdeff4a99ea6d94163 (patch) | |
tree | 94acee78660545332d273116acc4805c164fa198 | |
parent | 2b141cea7f30cb45f559db5949dcfbf0ebb7c613 (diff) | |
download | uGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.tar.gz uGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.tar.bz2 uGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.zip |
fixing doxygen typo
-rw-r--r-- | src/gfile/sys_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfile/sys_defs.h b/src/gfile/sys_defs.h index 4280f7fe..0c5bac0c 100644 --- a/src/gfile/sys_defs.h +++ b/src/gfile/sys_defs.h @@ -73,7 +73,7 @@ extern "C" { /** * @brief Get the size of a file - * @note Please use @p gfileGetSize() if the file is not opened + * @note Please use @p gfileGetSize() if the file is opened * * @param[in] fname The file name * |