From db7e17a85958b587560cc460cd14944c54a57a33 Mon Sep 17 00:00:00 2001 From: liam <liam@a3d8a0fb-c1db-0310-ace7-a616afeb9e30> Date: Mon, 17 Dec 2007 03:54:29 +0000 Subject: [PATCH] Missing word in comment. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3256 a3d8a0fb-c1db-0310-ace7-a616afeb9e30 --- chebyshev.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chebyshev.lisp b/chebyshev.lisp index bcbdfefe..8113f5c5 100644 --- a/chebyshev.lisp +++ b/chebyshev.lisp @@ -3,7 +3,7 @@ ; description: Chebyshev Approximations ; date: Sat Nov 17 2007 - 20:36 ; author: Liam Healy -; modified: Sat Nov 17 2007 - 22:35 +; modified: Mon Dec 10 2007 - 18:53 ;******************************************************** ;;; $Id: $ @@ -117,7 +117,7 @@ ;;;;**************************************************************************** ;;; From Chap. 28.5, except I have set steps = 100 instead of 10000 -;;; to things sane. +;;; to keep things sane. ;;; Calling a callback from CL is not possible, so we define a ;;; separate CL function to show what the answer really is. -- GitLab