X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fobjset%2F_info;h=967764e7e86cb9de97c622e9b297e74071b85907;hb=82cdf817001422b742abbefa30fd540bb2a49ec4;hp=5831f584da9e3707710c6141f34cbaeac6da3e98;hpb=291237b4fed863be74051274ac5ad9920cb33cc3;p=ccan diff --git a/ccan/objset/_info b/ccan/objset/_info index 5831f584..967764e7 100644 --- a/ccan/objset/_info +++ b/ccan/objset/_info @@ -41,9 +41,9 @@ * } * return 0; * } - * // Given 'a b c' outputs No arguments start with -. - * // Given 'a -b c' outputs 2, - * // Given 'a -b -c d' outputs 2,3, + * // Given "a b c" outputs No arguments start with -. + * // Given "a -b c" outputs 2, + * // Given "a -b -c d" outputs 2,3, */ int main(int argc, char *argv[]) {