]> git.ozlabs.org Git - ccan/blobdiff - ccan/objset/_info
ccanlint: enhance and streamline "output" testing lines.
[ccan] / ccan / objset / _info
index 5831f584da9e3707710c6141f34cbaeac6da3e98..967764e7e86cb9de97c622e9b297e74071b85907 100644 (file)
@@ -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[])
 {