]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/stack/stack.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / stack / stack.h
index 24d909a8c6c1f7988fb91e1159437c682c51c500..0c7dfe2a8165cd9ec1606f34c27f35221b989009 100644 (file)
@@ -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.
  *