[Git][cmucl/cmucl][rtoy-issue-26] Adjust comment

Raymond Toy rtoy at common-lisp.net
Wed Nov 30 03:03:28 UTC 2016


Raymond Toy pushed to branch rtoy-issue-26 at cmucl / cmucl


Commits:
260c0e45 by Raymond Toy at 2016-11-29T19:03:17-08:00
Adjust comment

- - - - -


1 changed file:

- src/lisp/os-common.c


Changes:

=====================================
src/lisp/os-common.c
=====================================
--- a/src/lisp/os-common.c
+++ b/src/lisp/os-common.c
@@ -579,8 +579,8 @@ os_sleep(double seconds)
     fractional = modf(seconds, &integral);
     requested.tv_sec = (time_t) integral;
     /*
-     * Round up just in case; it's probably better to sleep slightly
-     * too long than to sleep for too short a time.
+     * Round up---better to sleep slightly too long than to sleep for
+     * too short a time.
      */
     requested.tv_nsec = (long) ceil(fractional * 1e9);
 



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/260c0e45be8064450a13608a9ec4d95d98c4ccfc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161130/ff866bb1/attachment-0001.html>


More information about the cmucl-cvs mailing list