]> git.ozlabs.org Git - ccan/blobdiff - ccan/likely/_info
talloc: allow replacement allocator
[ccan] / ccan / likely / _info
index d72aa5586f967af9eb498de8a1f1f5fc7779bbf3..471c1ffc78c024a2879f22a27c1aacae0cc08f05 100644 (file)
@@ -9,7 +9,8 @@
  * 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 <rusty@rustcorp.com.au>
  *
  * Example:
  *     #include <ccan/likely/likely.h>
@@ -35,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;
        }