]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/stack/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / stack / _info
index b7de3dd065e77528bc8f2f37079efbb7bc47720e..b3858159808ecaf5ee04b9fe38b39293768fafc1 100644 (file)
@@ -3,7 +3,7 @@
 #include <string.h>
 
 /**
- * tal/stack - stack of tal contextes (inspired by talloc_stack)
+ * tal/stack - stack of tal contexts (inspired by talloc_stack)
  *
  * Implement a stack of tal contexts. A new (empty) context is pushed on top
  * of the stack using tal_newframe and it is popped/freed using tal_free().