Skip to content

Commit 7665f09

Browse files
committed
Fix typo
1 parent 6703f2a commit 7665f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/arch/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ features! {
2323
/// Scalable Vector Extension (SVE)
2424
@FEATURE: crc: "crc";
2525
/// CRC32 (Cyclic Redundancy Check)
26-
@FEATURE: crypto: "crypot";
26+
@FEATURE: crypto: "crypto";
2727
/// Crypto: AES + PMULL + SHA1 + SHA2
2828
@FEATURE: lse: "lse";
2929
/// Atomics (Large System Extension)

0 commit comments

Comments
 (0)