mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Fix some minor typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -636,7 +636,7 @@ def mandelhelp(xmin xmax xstep ymin ymax ystep)
|
||||
: putchard(10)
|
||||
)
|
||||
|
||||
# mandel - This is a convenient helper function for ploting the mandelbrot set
|
||||
# mandel - This is a convenient helper function for plotting the mandelbrot set
|
||||
# from the specified position with the specified Magnification.
|
||||
def mandel(realstart imagstart realmag imagmag)
|
||||
mandelhelp(realstart, realstart+realmag*78, realmag,
|
||||
|
||||
@@ -611,7 +611,7 @@ def mandelhelp(xmin xmax xstep ymin ymax ystep)
|
||||
: putchard(10)
|
||||
)
|
||||
|
||||
# mandel - This is a convenient helper function for ploting the mandelbrot set
|
||||
# mandel - This is a convenient helper function for plotting the mandelbrot set
|
||||
# from the specified position with the specified Magnification.
|
||||
def mandel(realstart imagstart realmag imagmag)
|
||||
mandelhelp(realstart, realstart+realmag*78, realmag,
|
||||
|
||||
Reference in New Issue
Block a user