Skip to content

Commit 7791e93

Browse files
committed
hash/crc32: fix typo in arm64 archInitCastagnoli panic message
Change-Id: I5291216d5416eccd5a67b45b2f32cf2932b3747f Reviewed-on: https://go-review.googlesource.com/c/go/+/407974 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 9cd1818 commit 7791e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hash/crc32/crc32_arm64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func archAvailableCastagnoli() bool {
1919

2020
func archInitCastagnoli() {
2121
if !cpu.ARM64.HasCRC32 {
22-
panic("arch-specific crc32 instruction for Catagnoli not available")
22+
panic("arch-specific crc32 instruction for Castagnoli not available")
2323
}
2424
}
2525

0 commit comments

Comments
 (0)