summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index e2e89f4..2046216 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -369,7 +369,7 @@ int conf_modules(void)
*
* @return Config object
*
- * @note It is only available during init
+ * @note It is only available after init and before conf_close()
*/
struct conf *conf_cur(void)
{