From 622b19d2c2e3c387ce70536678a5db17a01ab4cc Mon Sep 17 00:00:00 2001 From: Paul Khuong Date: Fri, 28 Jun 2013 09:08:11 -0400 Subject: [PATCH] Fix a typo in the block comment on encoding/decoding universal times Might as well, while we're updating URLs. Spotted by Luis Oliveira. --- src/code/time.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/time.lisp b/src/code/time.lisp index 4f9b546..15d4c8d 100644 --- a/src/code/time.lisp +++ b/src/code/time.lisp @@ -49,8 +49,8 @@ Includes both \"system\" and \"user\" time." ;;; 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 -- 1.7.10.4