core: fix minor accidental typos and comment errors

This commit is contained in:
Péter Szilágyi
2017-05-25 17:21:20 +03:00
parent 17f0b11942
commit c98bce709c
3 changed files with 8 additions and 8 deletions

View File

@ -91,7 +91,7 @@ func (in *Interpreter) enforceRestrictions(op OpCode, operation operation, stack
}
// Run loops and evaluates the contract's code with the given input data and returns
// the return byte-slice and an error if one occured.
// the return byte-slice and an error if one occurred.
//
// It's important to note that any errors returned by the interpreter should be
// considered a revert-and-consume-all-gas operation. No error specific checks