aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Lesimple <speed47_github@speed47.net>2018-01-07 18:14:08 +0100
committerStéphane Lesimple <speed47_github@speed47.net>2018-01-07 18:14:08 +0100
commit13f2133a978c4e6c9c0556c9aa928f488ae43b8b (patch)
tree3dd4ceef48cb36bd066f20a09c03c74a52e12327
parent8c2fd0f0bba6f44defb1c52c73addc74b2ac15a2 (diff)
downloadspectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.tar.lz
spectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.tar.xz
spectre-meltdown-checker-13f2133a978c4e6c9c0556c9aa928f488ae43b8b.zip
cosmetic fix
-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 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