From b5291173f229a3251349dde97a082c76e8496617 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 24 Aug 2016 01:43:05 +1200 Subject: [PATCH] tal: Fix a comment typo Signed-off-by: Jon Griffiths --- ccan/tal/tal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/tal/tal.h b/ccan/tal/tal.h index 0cfea984..f360a961 100644 --- a/ccan/tal/tal.h +++ b/ccan/tal/tal.h @@ -256,7 +256,7 @@ const char *tal_name(const tal_t *ptr); * tal_count - get the count of objects in a tal_arr. * @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! */ size_t tal_count(const tal_t *ptr); -- 2.39.2