Commit b5291173 authored by Jon Griffiths's avatar Jon Griffiths

tal: Fix a comment typo

Signed-off-by: default avatarJon Griffiths <jon_p_griffiths@yahoo.com>
parent e05d1ff2
...@@ -256,7 +256,7 @@ const char *tal_name(const tal_t *ptr); ...@@ -256,7 +256,7 @@ const char *tal_name(const tal_t *ptr);
* tal_count - get the count of objects in a tal_arr. * tal_count - get the count of objects in a tal_arr.
* @ptr: The tal allocated object array. * @ptr: The tal allocated object array.
* *
* Returns 0 if @ptr has no length property, but we aware that that is * Returns 0 if @ptr has no length property, but be aware that that is
* also a valid size! * also a valid size!
*/ */
size_t tal_count(const tal_t *ptr); size_t tal_count(const tal_t *ptr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment