Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Nov 2, 2023
1 parent 2a37e6e commit ddc985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub enum AllocationMode {
}

/// Monitors memory for bit-flips.
/// Won't work on ECC memory, and may not work on DDR5 and later memory modules since they contain onboard ECC.
/// Won't work on ECC memory, and may not work on DDR5 memory modules and later since they contain onboard ECC.
/// The chance of detection scales with the physical size of your DRAM modules
/// and the percentage of them you allocate to this program.
#[derive(Parser, Debug)]
Expand Down

0 comments on commit ddc985f

Please sign in to comment.