cosmetic fix

This commit is contained in:
Stéphane Lesimple 2018-01-07 18:14:08 +01:00
parent 8c2fd0f0bb
commit 13f2133a97
1 changed files with 1 additions and 1 deletions

View File

@ -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