mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
fix cacheLineSize to CacheLineSize
This commit is contained in:
parent
50b1369248
commit
ee4a0a0e51
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
package cpu
|
||||
|
||||
const cacheLineSize = 64
|
||||
const CacheLineSize = 64
|
||||
|
||||
func initOptions() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue