aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/memory.go
diff options
context:
space:
mode:
Diffstat (limited to 'interp/memory.go')
-rw-r--r--interp/memory.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/memory.go b/interp/memory.go
index 9a28f1d49..f96387062 100644
--- a/interp/memory.go
+++ b/interp/memory.go
@@ -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"