--- os2sdk/demos/apps/mandel/manditer.asm 2018/08/09 12:25:13 1.1.1.1 +++ os2sdk/demos/apps/mandel/manditer.asm 2018/08/09 12:25:57 1.1.1.2 @@ -43,7 +43,7 @@ four dq 4.0 ;Constant 4.0 ; The Mandelbrot set is defined to be the set of all complex ; numbers C for which the size of Z^2 + C is finite after an -; indefinate number of iterations (Z is initially 0). +; indefinite number of iterations (Z is initially 0). ; ; The square of a complex number C = C_Real + C_imag is ; @@ -82,7 +82,7 @@ cBegin mov dx,point_count ;# of points to calculate endif - finit ;Initialize co-porcessor + finit ;Initialize co-processor mov bx,max_iteration ;Max iteration counter