diff options
author | Zhaoming Luo <zhmingluo@163.com> | 2025-05-01 18:13:46 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-05-01 19:29:14 +0200 |
commit | aa5c17219c0f1d1cad9d1875c7a28fdb835c1951 (patch) | |
tree | 077711554b1ad16b1c5227cbf8c4315a1aa98879 | |
parent | b748ef0e1084b4470d876b042fc7ac79c6066a65 (diff) |
Fix comment
We can have better resolution now so this comment can be removed.
Message-ID: <20250501101346.537447-1-zhmingluo@163.com>
-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; |