From 9cbabe752d222c0a20fbadd30b185577b9ec1411 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 20 Oct 2024 15:48:46 -0400 Subject: [PATCH] hwModules/legion/go: fix typo in comments --- hwModules/lenovo/legion/go/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwModules/lenovo/legion/go/default.nix b/hwModules/lenovo/legion/go/default.nix index f8fe9226..cca9b99d 100644 --- a/hwModules/lenovo/legion/go/default.nix +++ b/hwModules/lenovo/legion/go/default.nix @@ -46,7 +46,7 @@ in { "fs.inotify.max_user_instances" = 8192; "fs.inotify.max_user_watches" = 524288; - # Disable wtachdogs for maximum performance at the cost of resiliency + # Disable watchdogs for maximum performance at the cost of resiliency "kernel.nmi_watchdog" = 0; "kernel.soft_watchdog" = 0; "kernel.split_lock_mitigate" = 0;