diff --git a/drv/cpu-seq-api/src/lib.rs b/drv/cpu-seq-api/src/lib.rs index d95a8562b..2a35f4f12 100644 --- a/drv/cpu-seq-api/src/lib.rs +++ b/drv/cpu-seq-api/src/lib.rs @@ -35,7 +35,7 @@ pub enum SeqError { #[derive(Copy, Clone, Debug, FromPrimitive, Eq, PartialEq, AsBytes, Count)] #[repr(u8)] pub enum StateChangeReason { - /// TThe system has just received power, so the sequencer has booted the + /// The system has just received power, so the sequencer has booted the /// host CPU. InitialPowerOn = 1, /// A power state change was requested by the control plane.