diff --git a/lib/std/os/windows/win32error.zig b/lib/std/os/windows/win32error.zig index 72ff68f571159f50f321a9fc5832a72a393beabd..1bd3803332f1e00dbb25d8ee29a871755fdc74a0 100644 --- a/lib/std/os/windows/win32error.zig +++ b/lib/std/os/windows/win32error.zig @@ -380,7 +380,7 @@ pub const Win32Error = enum(u16) { /// The extended attributes are inconsistent. EA_LIST_INCONSISTENT = 255, /// The wait operation timed out. - IMEOUT = 258, + WAIT_TIMEOUT = 258, /// No more data is available. NO_MORE_ITEMS = 259, /// The copy functions cannot be used.