X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Funix.lisp;h=5776803c451e0d186493da2744e43bc59f369ed2;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=fb70a51c6a2cb657024b6ea67752d956979c6505;hpb=9a82b26397de09d67372f34158090c2284fd1411;p=sbcl.git diff --git a/src/code/unix.lisp b/src/code/unix.lisp index fb70a51..5776803 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -926,7 +926,7 @@ corresponds to NAME, or NIL if there is none." #!-sb-fluid (declaim (inline get-time-of-day)) (defun get-time-of-day () - "Return the number of seconds and microseconds since the beginning og + "Return the number of seconds and microseconds since the beginning of the UNIX epoch (January 1st 1970.)" #!+darwin (with-alien ((tv (struct timeval)))