libyang UPDATE improved argument checks
diff --git a/src/context.h b/src/context.h
index 4a0511c..a9ad91f 100644
--- a/src/context.h
+++ b/src/context.h
@@ -660,7 +660,7 @@
  * Note that the data stored by user into the ::lysc_node.priv pointer are kept
  * untouched and the caller is responsible for freeing this private data.
  *
- * @param[in] ctx libyang context to destroy
+ * @param[in] ctx Context to destroy.
  */
 LIBYANG_API_DECL void ly_ctx_destroy(struct ly_ctx *ctx);