diff options
author | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-07 18:14:08 +0100 |
---|---|---|
committer | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-07 18:14:08 +0100 |
commit | 13f2133a978c4e6c9c0556c9aa928f488ae43b8b (patch) | |
tree | 3dd4ceef48cb36bd066f20a09c03c74a52e12327 | |
parent | 8c2fd0f0bba6f44defb1c52c73addc74b2ac15a2 (diff) | |
download | spectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.tar.lz spectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.tar.xz spectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.zip |
cosmetic fix
-rwxr-xr-x | spectre-meltdown-checker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 249d986..7e53de5 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -172,7 +172,7 @@ if [ "$mounted_debugfs" = 1 ]; then fi /bin/echo "* Mitigation 2" -/bin/echo -n "* Kernel recompiled with retpolines: " +/bin/echo -n "* Kernel compiled with retpolines: " # XXX this doesn't mean the kernel has been compiled with a retpoline-aware gcc if [ -e /proc/config.gz ]; then if zgrep -q '^CONFIG_RETPOLINE=y' /proc/config.gz; then |