Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Aug 6, 2023
1 parent 2218aac commit 0770824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slu4-minimal-64/software/mandelbrot.min64
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ init:
cpy4as zy,1
pls4 pls4

; zx = zx*zx - zy*zy + scaled_x0, but steo in temp for now
; zx = zx*zx - zy*zy + scaled_x0, but store in temp for now
phs4a zy_squared ; Y value
phs4a zx_squared ; X value
jps subtract32 ; X-Y
Expand Down

0 comments on commit 0770824

Please sign in to comment.