From c9621748a43ece987ce75d09cd6650335cdf4cb4 Mon Sep 17 00:00:00 2001 From: "Alexander Cusaac (MightyChubz)" Date: Wed, 3 Jun 2026 16:55:28 -0400 Subject: [PATCH] typo oops --- core/sys/info/platform_linux.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/info/platform_linux.odin b/core/sys/info/platform_linux.odin index b7a03efb8..5901abd67 100644 --- a/core/sys/info/platform_linux.odin +++ b/core/sys/info/platform_linux.odin @@ -162,7 +162,7 @@ _ram_stats :: proc() -> (total_ram, free_ram, total_swap, free_swap: i64, ok: bo } if free_ram == 0 || free_ram > total_ram { - // We opt to return MemFree here if MemAvailable is not found or is broken to come degree. + // We opt to return MemFree here if MemAvailable is not found or is broken to some degree. // This will act as a predictable fallback, but shouldn't ever really occur unless the user // is on Linux < 3.14 free_ram = mem_free