File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,12 @@ pub struct CpuidResult {
26
26
}
27
27
28
28
/// Returns the result of the `cpuid` instruction for a given `leaf` (`EAX`)
29
- /// and
30
- /// `sub_leaf` (`ECX`).
29
+ /// and `sub_leaf` (`ECX`).
31
30
///
32
31
/// 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
32
+ /// [`__get_cpuid_max(0)`](fn.__get_cpuid_max.html). For leaves containing
34
33
/// sub-leaves, the second tuple argument returns the highest-supported
35
- /// sub-leaf
36
- /// value.
34
+ /// sub-leaf value.
37
35
///
38
36
/// The [CPUID Uncyclopedia page][wiki_cpuid] contains how to query which
39
37
/// information using the `EAX` and `ECX` registers, and the interpretation of
You can’t perform that action at this time.
0 commit comments