X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Ftal.h;h=f360a9611a8730838b6af1a9b23a2381b3bbc294;hp=0cfea98446245ef3c0d9eb6882c4acf734e6cd83;hb=b5291173f229a3251349dde97a082c76e8496617;hpb=e05d1ff2e0b13516776c0a895c8aa47a8f838744 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);