doc REFACTOR minor improvements
diff --git a/src/plugins_exts.h b/src/plugins_exts.h
index f005391..e013478 100644
--- a/src/plugins_exts.h
+++ b/src/plugins_exts.h
@@ -1030,11 +1030,10 @@
 
 /**
  * @brief Allocate a new context for a particular instance of the yangmnt:mount-point extension.
- * Caller is responsible for destroying the resulting context.
+ * Caller is responsible for **freeing** the created context.
  *
  * @param[in] ext Compiled extension instance.
- * @param[out] ctx A context with modules loaded from the list found in
- * the extension data.
+ * @param[out] ctx Context with modules loaded from the list found in the extension data.
  * @return LY_ERR value.
  */
 LIBYANG_API_DECL LY_ERR lyplg_ext_schema_mount_create_context(const struct lysc_ext_instance *ext, struct ly_ctx **ctx);