fix: typos

This commit is contained in:
Stéphane Lesimple 2018-04-08 20:07:43 +02:00
parent 60eac1ad43
commit f4bf5e95ec
1 changed files with 3 additions and 3 deletions

View File

@ -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
}