X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Flikely%2F_info;h=471c1ffc78c024a2879f22a27c1aacae0cc08f05;hp=5caed015d25d2bc92a6e69400bad6cf6b0ae7223;hb=5a5b9f8d3d187b15b9e7b427c7c3b2ac5ee7c6be;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e diff --git a/ccan/likely/_info b/ccan/likely/_info index 5caed015..471c1ffc 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. * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 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; }