diff --git a/lib/std/Io.zig b/lib/std/Io.zig index a680c9d198583eac1b1969d6e92c8ae1065886c3..906ba85f72d1014b9b17341c25e16cc775943b3a 100644 --- a/lib/std/Io.zig +++ b/lib/std/Io.zig @@ -778,10 +778,10 @@ pub const Clock = enum { /// * On Linux, corresponds `CLOCK_BOOTTIME`. /// * On macOS, corresponds to `CLOCK_MONOTONIC_RAW`. boot, - /// Tracks the amount of CPU in user or kernel mode used by the calling + /// Tracks the amount of CPU time in user or kernel mode used by the calling /// process. cpu_process, - /// Tracks the amount of CPU in user or kernel mode used by the calling + /// Tracks the amount of CPU time in user or kernel mode used by the calling /// thread. cpu_thread,