Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
thanks @aapoalas!

Co-authored-by: Aapo Alasuutari <[email protected]>
  • Loading branch information
hawkw and aapoalas authored Dec 14, 2024
1 parent 976a9ab commit 63995e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/cpu-seq-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 63995e0

Please sign in to comment.