aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/realtime-suggestions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/realtime-suggestions b/bin/realtime-suggestions
index 632825a..45a1fff 100755
--- a/bin/realtime-suggestions
+++ b/bin/realtime-suggestions
@@ -112,7 +112,7 @@ check_config_no_hz() {
if [ -e "${kernel_config}" ]; then
for config in "${configs[@]}"; do
if ! zgrep -q "$config" "$kernel_config"; then
- echo "$change $config1 needs to be set for your kernel for 'dynamic ticks' support $config_ref."
+ echo "$change $config needs to be set for your kernel for 'dynamic ticks' support $config_ref."
fi
done
else