Fix typos “an”→“a”

This commit is contained in:
Frank Steffahn
2021-08-22 18:05:15 +02:00
committed by Amanieu d'Antras
parent 5b5df599d3
commit 870cf5751d
2 changed files with 2 additions and 2 deletions

View File

@@ -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