]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/tal.h
tal: tal_steal() fix.
[ccan] / ccan / tal / tal.h
index da71ca3f2f9f3f2b38dae2fb07c866b8833c8bad..da448d8f22ad8813520299546a51ce09c0a00705 100644 (file)
@@ -159,7 +159,7 @@ tal_t *tal_next(const tal_t *root, const tal_t *prev);
  * tal_parent - get the parent of a tal object.
  * @ctx: The tal allocated object.
  *
- * Returns the parent, which may be NULL.
+ * Returns the parent, which may be NULL.  Returns NULL if @ctx is NULL.
  */
 tal_t *tal_parent(const tal_t *ctx);