Commit c00a2758 by Abseil Team Committed by Copybara-Service

Fix minor typo in absl/time/time.h comment:

"ToDoubleNanoSeconds" -> "ToDoubleNanoseconds"

PiperOrigin-RevId: 469525959
Change-Id: I43488ac8706cb857aa3890249a00fc141129dafa
parent c5615151
...@@ -495,7 +495,7 @@ ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Seconds(Duration d); ...@@ -495,7 +495,7 @@ ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Seconds(Duration d);
ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Minutes(Duration d); ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Minutes(Duration d);
ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Hours(Duration d); ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Hours(Duration d);
// ToDoubleNanoSeconds() // ToDoubleNanoseconds()
// ToDoubleMicroseconds() // ToDoubleMicroseconds()
// ToDoubleMilliseconds() // ToDoubleMilliseconds()
// ToDoubleSeconds() // ToDoubleSeconds()
......
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