mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 05:30:24 +00:00
scx_lavd: Fix typos
Fix "infomation" to "information" Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
parent
83b5f4eb23
commit
3eed58cd26
@ -42,7 +42,7 @@ const volatile u32 is_smt_active;
|
||||
const volatile u8 verbose;
|
||||
|
||||
/*
|
||||
* Exit infomation
|
||||
* Exit information
|
||||
*/
|
||||
UEI_DEFINE(uei);
|
||||
|
||||
|
@ -333,7 +333,7 @@ impl FlatTopology {
|
||||
for cpu_fid in cpu_fids.iter_mut() {
|
||||
cpu_fid.cpu_cap = 1024 as usize;
|
||||
}
|
||||
warn!("System does not provide proper CPU frequency infomation.");
|
||||
warn!("System does not provide proper CPU frequency information.");
|
||||
}
|
||||
|
||||
// Sort the cpu_fids
|
||||
|
Loading…
Reference in New Issue
Block a user