Browse Source

Fix a typo

Fix a typo in bytes.go
Isaac 5 years ago
parent
commit
588b40ffad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/stack/bytes.go

+ 1 - 1
common/stack/bytes.go

@@ -1,6 +1,6 @@
 package stack
 
-// TwoBytes is a [8]byte which is always allocated on stack.
+// TwoBytes is a [2]byte which is always allocated on stack.
 //
 //go:notinheap
 type TwoBytes [2]byte