Commit ff4e2b5e authored by Stefan Behnel's avatar Stefan Behnel

fix typos

parent d75c7b77
......@@ -770,7 +770,7 @@ class IterationTransform(Visitor.EnvTransform):
operand1=ExprNodes.IntNode(
bound1.pos,
value=str(abs_step),
constant_value=abs_step,
constant_result=abs_step,
type=spanning_step_type),
operator='*',
operand2=ExprNodes.DivNode(
......@@ -793,7 +793,7 @@ class IterationTransform(Visitor.EnvTransform):
operand2=ExprNodes.IntNode(
bound1.pos,
value=str(abs_step),
constant_value=abs_step,
constant_result=abs_step,
type=spanning_step_type),
type=spanning_step_type),
type=spanning_step_type),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment