]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/link/_info
Merge Makefile rewrite into master
[ccan] / ccan / tal / link / _info
index 6962cb45fc033bfbca291a95782b90bab4e87626..8e39e781d8569978517854646c21d87cdf2fa68a 100644 (file)
@@ -14,8 +14,8 @@
  *     // Silly program which keeps a cache of uppercased strings.
  *     // The cache wants to keep strings around even after they may have
  *     // been "freed" by the caller.
- *     // Given 'hello' outputs '1 cache hits HELLO '
- *     // Given 'hello hello there' outputs '4 cache hits HELLO HELLO THERE '
+ *     // Given "hello" outputs "1 cache hits HELLO \n"
+ *     // Given "hello hello there" outputs "4 cache hits HELLO HELLO THERE \n"
  *     #include <stdio.h>
  *     #include <err.h>
  *     #include <string.h>
@@ -87,7 +87,7 @@
  *
  *     int main(int argc, char *argv[])
  *     {
- *             unsigned int i;
+ *             int i;
  *             const char **values;
  *
  *             // Initialize cache.