aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-07-04 00:23:12 +0200
committerJoel Bodenmann <joel@unormal.org>2014-07-04 00:23:12 +0200
commit54a0387bd47df37d7f2e17bdeff4a99ea6d94163 (patch)
tree94acee78660545332d273116acc4805c164fa198 /src/gfile
parent2b141cea7f30cb45f559db5949dcfbf0ebb7c613 (diff)
downloaduGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.tar.gz
uGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.tar.bz2
uGFX-54a0387bd47df37d7f2e17bdeff4a99ea6d94163.zip
fixing doxygen typo
Diffstat (limited to 'src/gfile')
-rw-r--r--src/gfile/sys_defs.h2
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
*