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:
Sylvestre Ledru
2012-07-31 07:05:57 +00:00
parent 19dbe2f5f0
commit 3f5054f922
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,