1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00

Merge pull request #125 from dikaixu1999/patch-2

Fix a typo
This commit is contained in:
Kslr 2020-08-25 18:42:24 +08:00 committed by GitHub
commit fd9128fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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