Typo: 'efficent' -> 'efficient'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:06:39 +0000 (15:06 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:06:39 +0000 (15:06 +0000)
git-svn-id: http://svn.voria.com/code@1049 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/polynomial_root.cpp

index ab792f8..5098f3d 100644 (file)
@@ -123,7 +123,7 @@ void laguer(Complex a[], int m, Complex *x, int *its)
                d = f = Complex(0,0); //clear variables for use
                abx = abs(*x);  //the magnitude of the current root
 
-               //Efficent computation of the polynomial and its first 2 derivatives
+               //Efficient computation of the polynomial and its first 2 derivatives
                for(j = m-1; j >= 0; --j)
                {
                        f = (*x)*f + d;