From fc10b781af46a5ed1678d046160820de54885879 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 4 Aug 2024 14:47:44 +0100 Subject: [PATCH] Update core/os/os2/process.odin Co-authored-by: Laytan --- core/os/os2/process.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/os2/process.odin b/core/os/os2/process.odin index f1309e468..3f3e64668 100644 --- a/core/os/os2/process.odin +++ b/core/os/os2/process.odin @@ -370,7 +370,7 @@ Process_State :: struct { timeout (if specified) has reached zero. If the timeout is `TIMEOUT_INFINITE`, no timeout restriction is imposed and the procedure can block indefinately. - If the timeout has expired, the `GeneralPlatform_Error.Timeout` is returned as + If the timeout has expired, the `General_Error.Timeout` is returned as the error. If an error is returned for any other reason, other than timeout, the