diff options
Diffstat (limited to 'include/mach/time_value.h')
-rw-r--r-- | include/mach/time_value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach/time_value.h b/include/mach/time_value.h index 8274197d..9c660e7e 100644 --- a/include/mach/time_value.h +++ b/include/mach/time_value.h @@ -57,7 +57,7 @@ typedef struct time_value rpc_time_value_t; /* * Time value used internally by the kernel that uses 64 bits to track seconds - * and nanoseconds. Note that the current resolution is only microseconds. + * and nanoseconds. */ struct time_value64 { int64_t seconds; |