From 253e18080795edbb6017fc3fda95e6e34e5f903b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Mon, 5 Feb 2018 00:01:35 +0800 Subject: [PATCH] Update spectre-meltdown-checker.sh Dots better than colon for indicating waiting. --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index fe5c7e1..654f4db 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -1289,7 +1289,7 @@ check_variant1() if [ "$opt_verbose" -ge 2 ] || [ "$v1_mask_nospec" != 1 ]; then # this is a slow heuristic and we don't need it if we already know the kernel is patched # but still show it in verbose mode - _info_nol "* Checking count of LFENCE instructions following a jump in kernel: " + _info_nol "* Checking count of LFENCE instructions following a jump in kernel... " if [ -n "$vmlinux_err" ]; then pstatus yellow UNKNOWN "couldn't check ($vmlinux_err)" else