We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f2c04 commit 700c2d9Copy full SHA for 700c2d9
arch/riscv/include/asm/simd.h
@@ -34,9 +34,9 @@ static __must_check inline bool may_use_simd(void)
34
return false;
35
36
/*
37
- * Nesting is acheived in preempt_v by spreading the control for
+ * Nesting is achieved in preempt_v by spreading the control for
38
* preemptible and non-preemptible kernel-mode Vector into two fields.
39
- * Always try to match with prempt_v if kernel V-context exists. Then,
+ * Always try to match with preempt_v if kernel V-context exists. Then,
40
* fallback to check non preempt_v if nesting happens, or if the config
41
* is not set.
42
*/
0 commit comments