diff options
Diffstat (limited to 'src/internal/cpu/cpu.go')
| -rw-r--r-- | src/internal/cpu/cpu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/cpu/cpu.go b/src/internal/cpu/cpu.go index 6a8e23d425..3090adbbe4 100644 --- a/src/internal/cpu/cpu.go +++ b/src/internal/cpu/cpu.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Package cpu implements processor feature detection -// used by the Go standard libary. +// used by the Go standard library. package cpu var X86 x86 |
