X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Flikely%2F_info;h=252169b362c8bf21ef9e21530df1b58db8e983d8;hp=1e3277fd7f04e6a842439193a4fb2b78462c7b38;hb=0e5d0e30b30bb07b6605843e5ff224210d8083d8;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/ccan/likely/_info b/ccan/likely/_info index 1e3277fd..252169b3 100644 --- a/ccan/likely/_info +++ b/ccan/likely/_info @@ -9,7 +9,7 @@ * help you annotate rare paths in your code for the convenience of the * compiler and the reader. * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell * * Example: @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/str\n"); - printf("ccan/hashtable\n"); + printf("ccan/htable\n"); printf("ccan/hash\n"); return 0; }