Fix typos “an”→“a”
This commit is contained in:
committed by
Amanieu d'Antras
parent
5b5df599d3
commit
870cf5751d
@@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! The features are detected using the `detect_features` function below.
|
||||
//! This function uses the CPUID instruction to read the feature flags from the
|
||||
//! CPU and encodes them in an `usize` where each bit position represents
|
||||
//! CPU and encodes them in a `usize` where each bit position represents
|
||||
//! whether a feature is available (bit is set) or unavaiable (bit is cleared).
|
||||
//!
|
||||
//! The enum `Feature` is used to map bit positions to feature names, and the
|
||||
|
||||
Reference in New Issue
Block a user