Minor typo patch.

This commit is contained in:
Leonardo Gates 2018-02-08 05:01:32 +00:00 committed by GitHub
parent 582b120b12
commit 9424de7327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ check_variant2()
if [ "$opt_live" = 1 ]; then
# If retpoline is enabled, the kernel sends this message to the log
# containing the specific mitigation type.
rp_msg='Spectre V2 : Mitigation:';
rp_msg='Spectre V2 : ';
dmesg_grep="$rp_msg Vulnerable: |$rp_msg Mitigation: "
ret=$(dmesg | grep -E "$dmesg_grep")
if [ ! -z "$ret" ]; then