From 588b40ffad94ec6504941c575220d778cf581418 Mon Sep 17 00:00:00 2001
From: Isaac <dikaixu1999@gmail.com>
Date: Tue, 25 Aug 2020 17:55:53 +0800
Subject: [PATCH] Fix a typo

Fix a typo in bytes.go
---
 common/stack/bytes.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/stack/bytes.go b/common/stack/bytes.go
index 0ea5631b..1e4719ee 100644
--- a/common/stack/bytes.go
+++ b/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