X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Fstack%2F_info;h=b3858159808ecaf5ee04b9fe38b39293768fafc1;hb=d1a951b82386391b82e48b32403891f85e253565;hp=803a0058dc1358534731da56eae68bc82ffac240;hpb=73930140fa25d3834570fcd906a01e199cfe17ac;p=ccan diff --git a/ccan/tal/stack/_info b/ccan/tal/stack/_info index 803a0058..b3858159 100644 --- a/ccan/tal/stack/_info +++ b/ccan/tal/stack/_info @@ -3,7 +3,7 @@ #include /** - * 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(). @@ -38,7 +38,7 @@ * return retval; * } * - * int main(int argc, char *argv[]) + * int main(void) * { * tal_t *tmp_ctx = tal_newframe(); * int *val = do_work();