From 14a0a4409ef6baa47d253bc7d35066e67a953c73 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Wed, 20 May 2026 20:27:03 +0200 Subject: [PATCH] Apply suggested fix to src/util.h from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 99d66b4889..fd5f701e45 100644 --- a/src/util.h +++ b/src/util.h @@ -36,7 +36,7 @@ # include # include #else -// using mach nanosleep for Linux +// using nanosleep for Linux # include #endif #include