From 54a0387bd47df37d7f2e17bdeff4a99ea6d94163 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 4 Jul 2014 00:23:12 +0200 Subject: [PATCH] fixing doxygen typo --- src/gfile/sys_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *