Commit 1b1407c0 authored by Kenton Varda's avatar Kenton Varda

Fix comment.

parent 9c576391
...@@ -41,7 +41,7 @@ class DateLabel; ...@@ -41,7 +41,7 @@ class DateLabel;
} // namespace _ (private) } // namespace _ (private)
using Duration = Quantity<int64_t, _::NanosecondLabel>; using Duration = Quantity<int64_t, _::NanosecondLabel>;
// A time value, in microseconds. // A time value, in nanoseconds.
constexpr Duration NANOSECONDS = unit<Duration>(); constexpr Duration NANOSECONDS = unit<Duration>();
constexpr Duration MICROSECONDS = 1000 * NANOSECONDS; constexpr Duration MICROSECONDS = 1000 * NANOSECONDS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment