We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8925a commit b04d87cCopy full SHA for b04d87c
crates/core_arch/src/x86/cpuid.rs
@@ -26,14 +26,12 @@ pub struct CpuidResult {
26
}
27
28
/// Returns the result of the `cpuid` instruction for a given `leaf` (`EAX`)
29
-/// and
30
-/// `sub_leaf` (`ECX`).
+/// and `sub_leaf` (`ECX`).
31
///
32
/// The highest-supported leaf value is returned by the first tuple argument of
33
-/// [`__get_cpuid_max(0)`](fn.__get_cpuid_max.html). For leaves containung
+/// [`__get_cpuid_max(0)`](fn.__get_cpuid_max.html). For leaves containing
34
/// sub-leaves, the second tuple argument returns the highest-supported
35
-/// sub-leaf
36
-/// value.
+/// sub-leaf value.
37
38
/// The [CPUID Wikipedia page][wiki_cpuid] contains how to query which
39
/// information using the `EAX` and `ECX` registers, and the interpretation of
0 commit comments