mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Correct comments typo
This commit is contained in:
parent
aebafa73ff
commit
52b7f305e0
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ func (c *Compiler) compileNumber(element token) (int, error) {
|
|||
}
|
||||
|
||||
// compileElement compiles the element (push & label or both)
|
||||
// to a binary representation and return error if incorrect statements
|
||||
// to a binary representation and may error if incorrect statements
|
||||
// where fed.
|
||||
func (c *Compiler) compileElement(element token) error {
|
||||
// check for a jump. jumps must be read and compiled
|
||||
|
|
|
|||
Loading…
Reference in a new issue