From 13f2133a978c4e6c9c0556c9aa928f488ae43b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 7 Jan 2018 18:14:08 +0100 Subject: [PATCH] cosmetic fix --- 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 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