File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func doinit() {
36
36
37
37
switch GOOS {
38
38
case "linux" , "android" :
39
- // HWCap was populated by the runtime from the auxillary vector.
39
+ // HWCap was populated by the runtime from the auxiliary vector.
40
40
// Use HWCap information since reading aarch64 system registers
41
41
// is not supported in user space on older linux kernels.
42
42
ARM64 .HasAES = isSet (HWCap , hwcap_AES )
@@ -103,7 +103,7 @@ func doinit() {
103
103
ARM64 .HasATOMICS = true
104
104
}
105
105
default :
106
- // Other operating systems do not support reading HWCap from auxillary vector
106
+ // Other operating systems do not support reading HWCap from auxiliary vector
107
107
// or reading privileged aarch64 system registers in user space.
108
108
}
109
109
}
You can’t perform that action at this time.
0 commit comments