mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-01-09 10:50:26 +01:00
fix: typos
This commit is contained in:
parent
60eac1ad43
commit
f4bf5e95ec
@ -2524,9 +2524,9 @@ pti_performance_check()
|
||||
if [ "$cpu_invpcid" = 1 ]; then
|
||||
pstatus green YES 'CPU supports INVPCID, performance impact of PTI will be greatly reduced'
|
||||
elif [ "$cpu_pcid" = 1 ]; then
|
||||
pstatus green YES 'CPU supports PCID, performance impact o PTI will be reduced'
|
||||
pstatus green YES 'CPU supports PCID, performance impact of PTI will be reduced'
|
||||
else
|
||||
pstatus blue NO 'PCID and INVPCID not supported, but performance impact of PTI will be measurable'
|
||||
pstatus blue NO 'PCID/INVPCID not supported, performance impact of PTI will be significant'
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user