]> git.ozlabs.org Git - ccan/blobdiff - ccan/closefrom/_info
closefrom: fix minor issues found by ccanlint
[ccan] / ccan / closefrom / _info
index 28f903a4714093d59db95314adc99a2d6ecb301e..4dc1d7fae9d39edc3001db354c20082b8db43b80 100644 (file)
@@ -37,7 +37,7 @@
  *
  *     // If we limited, we can query this so we can
  *     // print it in debug logs or something.
  *
  *     // If we limited, we can query this so we can
  *     // print it in debug logs or something.
- *     if (close_from_may_be_slow())
+ *     if (closefrom_may_be_slow())
  *             printf("we limited ourselves to 4096 fds.\n");
  *
  *     child = fork();
  *             printf("we limited ourselves to 4096 fds.\n");
  *
  *     child = fork();