@@ -499,7 +499,7 @@ ExprNode *Parser::new_expr_node(int stage, int op)
499499*
500500* INPUT
501501*
502- * current - current poistion in expression tree
502+ * current - current position in expression tree
503503* stage - stage/precedence of operation
504504* op - operation
505505*
@@ -537,7 +537,7 @@ bool Parser::expr_noop(ExprNode *&, int, int)
537537*
538538* INPUT
539539*
540- * current - current poistion in expression tree
540+ * current - current position in expression tree
541541* stage - stage/precedence of operation
542542* op - operation
543543*
@@ -635,7 +635,7 @@ bool Parser::expr_grow(ExprNode *¤t, int stage, int op)
635635*
636636* INPUT
637637*
638- * current - current poistion in expression tree
638+ * current - current position in expression tree
639639* stage - stage/precedence of operation
640640* op - operation
641641*
@@ -710,7 +710,7 @@ bool Parser::expr_call(ExprNode *¤t, int stage, int op)
710710*
711711* INPUT
712712*
713- * current - current poistion in expression tree
713+ * current - current position in expression tree
714714* stage - stage/precedence of operation
715715* op - operation
716716*
@@ -771,7 +771,7 @@ bool Parser::expr_put(ExprNode *¤t, int stage, int op)
771771*
772772* INPUT
773773*
774- * current - current poistion in expression tree
774+ * current - current position in expression tree
775775* stage - stage/precedence of operation
776776* op - operation
777777*
@@ -820,7 +820,7 @@ bool Parser::expr_new(ExprNode *¤t, int /*stage*/, int /*op*/)
820820*
821821* INPUT
822822*
823- * current - current poistion in expression tree
823+ * current - current position in expression tree
824824* stage - stage/precedence of operation
825825* op - operation
826826*
@@ -861,7 +861,7 @@ bool Parser::expr_ret(ExprNode *&, int, int)
861861*
862862* INPUT
863863*
864- * current - current poistion in expression tree
864+ * current - current position in expression tree
865865* stage - stage/precedence of operation
866866* op - operation
867867*
0 commit comments