Skip to content

Commit 0b98a0c

Browse files
Fix typo
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 83276f5 commit 0b98a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/target_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ const RISCV_ALLOWED_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
335335
("zkne", Stable, &[]),
336336
("zknh", Stable, &[]),
337337
("zkr", Stable, &[]),
338-
("zks", Stable, &["zbkb", "bzkc", "zbkx", "zksed", "zksh"]),
338+
("zks", Stable, &["zbkb", "zbkc", "zbkx", "zksed", "zksh"]),
339339
("zksed", Stable, &[]),
340340
("zksh", Stable, &[]),
341341
("zkt", Stable, &[]),

0 commit comments

Comments
 (0)