@@ -499,7 +499,7 @@ ExprNode *Parser::new_expr_node(int stage, int op)
499
499
*
500
500
* INPUT
501
501
*
502
- * current - current poistion in expression tree
502
+ * current - current position in expression tree
503
503
* stage - stage/precedence of operation
504
504
* op - operation
505
505
*
@@ -537,7 +537,7 @@ bool Parser::expr_noop(ExprNode *&, int, int)
537
537
*
538
538
* INPUT
539
539
*
540
- * current - current poistion in expression tree
540
+ * current - current position in expression tree
541
541
* stage - stage/precedence of operation
542
542
* op - operation
543
543
*
@@ -635,7 +635,7 @@ bool Parser::expr_grow(ExprNode *¤t, int stage, int op)
635
635
*
636
636
* INPUT
637
637
*
638
- * current - current poistion in expression tree
638
+ * current - current position in expression tree
639
639
* stage - stage/precedence of operation
640
640
* op - operation
641
641
*
@@ -710,7 +710,7 @@ bool Parser::expr_call(ExprNode *¤t, int stage, int op)
710
710
*
711
711
* INPUT
712
712
*
713
- * current - current poistion in expression tree
713
+ * current - current position in expression tree
714
714
* stage - stage/precedence of operation
715
715
* op - operation
716
716
*
@@ -771,7 +771,7 @@ bool Parser::expr_put(ExprNode *¤t, int stage, int op)
771
771
*
772
772
* INPUT
773
773
*
774
- * current - current poistion in expression tree
774
+ * current - current position in expression tree
775
775
* stage - stage/precedence of operation
776
776
* op - operation
777
777
*
@@ -820,7 +820,7 @@ bool Parser::expr_new(ExprNode *¤t, int /*stage*/, int /*op*/)
820
820
*
821
821
* INPUT
822
822
*
823
- * current - current poistion in expression tree
823
+ * current - current position in expression tree
824
824
* stage - stage/precedence of operation
825
825
* op - operation
826
826
*
@@ -861,7 +861,7 @@ bool Parser::expr_ret(ExprNode *&, int, int)
861
861
*
862
862
* INPUT
863
863
*
864
- * current - current poistion in expression tree
864
+ * current - current position in expression tree
865
865
* stage - stage/precedence of operation
866
866
* op - operation
867
867
*
0 commit comments