feat: fix typos

This commit is contained in:
shivay
2023-03-24 12:22:18 +01:00
committed by Damian Gryski
parent 4b0e56cbec
commit d73e12db63
9 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ package interp
// done in interp and results in a revert.
//
// Right now the memory is assumed to be little endian. This will need an update
// for big endian arcitectures, if TinyGo ever adds support for one.
// for big endian architectures, if TinyGo ever adds support for one.
import (
"encoding/binary"