diff --git a/src/miniml/machine.ml b/src/miniml/machine.ml index 7ccb82d..d0a7f38 100644 --- a/src/miniml/machine.ml +++ b/src/miniml/machine.ml @@ -34,7 +34,7 @@ type mvalue = (** There are two kinds of machine instructions. - The first kind manipules tha stack of machine values. These are + The first kind manipulates the stack of machine values. These are arithmetical operations, integer comparison, variable lookup, placing constants onto the stack, and closure formation.