X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Flink%2F_info;h=db2ad61454687f4f9ba3a4b885df4ff2e77f75cc;hb=8f116a81b39b55031212abb0be2ad088cbf9fd87;hp=6962cb45fc033bfbca291a95782b90bab4e87626;hpb=291237b4fed863be74051274ac5ad9920cb33cc3;p=ccan diff --git a/ccan/tal/link/_info b/ccan/tal/link/_info index 6962cb45..db2ad614 100644 --- a/ccan/tal/link/_info +++ b/ccan/tal/link/_info @@ -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 * #include * #include