]> git.ozlabs.org Git - ccan/blobdiff - ccan/crc/_info
license: more changing of licence -> license.
[ccan] / ccan / crc / _info
index c505a2b63987f1643c3fd7c5cb3b95a8ff949d14..295195c4ef0d82b8afcc791bc36c318ef8248361 100644 (file)
@@ -11,7 +11,7 @@
  * detect a single error burst of up to 32 bits.
  *
  * Example:
- *     #include <ccan/crc.h>
+ *     #include <ccan/crc/crc.h>
  *     #include <stdio.h>
  *     #include <stdlib.h>
  *
  *                             "Prints 32 bit CRC of the string\n", argv[0]);
  *                     exit(1);
  *             }
- *             printf("0x%08x\n", crc32c(argv[1], strlen(argv[1])));
+ *             printf("0x%08x\n", crc32c(0, argv[1], strlen(argv[1])));
  *             exit(0);
  *     }
  *
- * Licence: GPL (v2 or any later version)
+ * License: GPL (v2 or any later version)
  * Author: Gary S. Brown, Clay Haapala
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  */