X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Fstack%2F_info;h=b3858159808ecaf5ee04b9fe38b39293768fafc1;hp=b7de3dd065e77528bc8f2f37079efbb7bc47720e;hb=HEAD;hpb=61f58ff94e35c9b8ac5488554e2554bc5c9888b3 diff --git a/ccan/tal/stack/_info b/ccan/tal/stack/_info index b7de3dd0..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().