aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author積丹尼 Dan Jacobson <jidanni@jidanni.org>2018-02-05 00:01:35 +0800
committerStéphane Lesimple <speed47_github@speed47.net>2018-02-06 19:02:56 +0100
commit253e18080795edbb6017fc3fda95e6e34e5f903b (patch)
tree484c82a69dccd8b5828eee5520d122788ddf5e1c
parent5d6102a00ea3785b8f990ee63a72d3812b6bedab (diff)
downloadspectre-meltdown-checker-253e18080795edbb6017fc3fda95e6e34e5f903b.tar.lz
spectre-meltdown-checker-253e18080795edbb6017fc3fda95e6e34e5f903b.tar.xz
spectre-meltdown-checker-253e18080795edbb6017fc3fda95e6e34e5f903b.zip
Update spectre-meltdown-checker.sh
Dots better than colon for indicating waiting.
-rwxr-xr-xspectre-meltdown-checker.sh2
1 files changed, 1 insertions, 1 deletions
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