X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Fstack%2Fstack.h;fp=ccan%2Ftal%2Fstack%2Fstack.h;h=0c7dfe2a8165cd9ec1606f34c27f35221b989009;hp=24d909a8c6c1f7988fb91e1159437c682c51c500;hb=d1a951b82386391b82e48b32403891f85e253565;hpb=55d814230f7fb628bb5303cd53498209c7928040 diff --git a/ccan/tal/stack/stack.h b/ccan/tal/stack/stack.h index 24d909a8..0c7dfe2a 100644 --- a/ccan/tal/stack/stack.h +++ b/ccan/tal/stack/stack.h @@ -9,7 +9,7 @@ * * Allocates and push a new tal context on top of the stack. * The context must be freed using tal_free() which will also pop it - * off the stack, which will also free all its nested contextes, if any. + * off the stack, which will also free all its nested contexts, if any. * * NOTE: this function is not threadsafe. *