Fix typos in docstrings and function names.
[sbcl.git] / src / code / time.lisp
index 4f9b546..1389742 100644 (file)
@@ -49,8 +49,8 @@ Includes both \"system\" and \"user\" time."
 ;;; <http://naggum.no/lugm-time.html> for the choice of epoch here.
 ;;; By starting the year in March, we avoid having to test the month
 ;;; whenever deciding whether to account for a leap day.  2000 is
-;;; especially special, because it's disvisible by 400, hence the
-;;; start of a 400 year leap year cycle
+;;; especially special, because it's divisible by 400, hence the start
+;;; of a 400 year leap year cycle
 
 ;;; If a universal-time is after time_t runs out, we find its offset
 ;;; from 1st March of whichever year it falls in, then add that to
@@ -393,7 +393,7 @@ normally during operations like SLEEP."
 ;;; function, report the times.
 (defun call-with-timing (timer function &rest arguments)
   #!+sb-doc
-  "Calls FUNCTION with ARGUMENTS, and gathers timing infomation about it.
+  "Calls FUNCTION with ARGUMENTS, and gathers timing information about it.
 Then calls TIMER with keyword arguments describing the information collected.
 Calls TIMER even if FUNCTION performs a non-local transfer of control. Finally
 returns values returned by FUNCTION.