X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Fstack%2Fstack.h;h=0c7dfe2a8165cd9ec1606f34c27f35221b989009;hp=24d909a8c6c1f7988fb91e1159437c682c51c500;hb=HEAD;hpb=73930140fa25d3834570fcd906a01e199cfe17ac 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. *