1.0.39.3: support building on darwin x86 and x86-64 without the dlshim
[sbcl.git] / src / code / win32.lisp
index fb3d5c1..3aef593 100644 (file)
 #!-sb-fluid
 (declaim (inline get-time-of-day))
 (defun get-time-of-day ()
-  "Return the number of seconds and microseconds since the beginning og the
+  "Return the number of seconds and microseconds since the beginning of the
 UNIX epoch: January 1st 1970."
   (with-alien ((system-time filetime))
     (syscall (("GetSystemTimeAsFileTime" 4) void (* filetime))