mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-08-30 05:50:10 +02:00
fix: typos
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user