From daf0afad715c275400e2a7785c1eb56b3e2521a1 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 25 Mar 2024 23:24:44 +0100 Subject: [PATCH] trivial/cmake: fix typo in description Signed-off-by: Axel Heider --- config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cmake b/config.cmake index 86e68cdef..30e7f624d 100644 --- a/config.cmake +++ b/config.cmake @@ -356,7 +356,7 @@ config_string( KernelFPUMaxRestoresSinceSwitch FPU_MAX_RESTORES_SINCE_SWITCH "This option is a heuristic to attempt to detect when the FPU is no longer in use,\ allowing the kernel to save the FPU state out so that the FPU does not have to be\ - enabled/disabled every thread swith. Every time we restore a thread and there is\ + enabled/disabled every thread switch. Every time we restore a thread and there is\ active FPU state, we increment this setting and if it exceeds this threshold we\ switch to the NULL state." DEFAULT 64