Skip to content

Commit

Permalink
cpu/smp: Fix typo in log message
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Hopkins <rhopkins@suse.de>
  • Loading branch information
roy-hopkins committed Jul 20, 2023
1 parent 7300f48 commit e6e2e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/smp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn start_secondary_cpus(cpus: &[ACPICPUInfo]) {
start_cpu(c.apic_id);
count += 1;
}
log::info!("Brough {} AP(s) online", count);
log::info!("Brought {} AP(s) online", count);
}

#[no_mangle]
Expand Down

0 comments on commit e6e2e25

Please sign in to comment.