diff options
author | Abseil Team <absl-team@google.com> | 2022-08-23 12:27:20 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-08-23 12:28:04 -0700 |
commit | c00a27581eb7277b120c5c3e121af9edb9ddddfd (patch) | |
tree | c2517deb00a1cd8c1701ac95b33e9f3d5d22d5b6 /absl | |
parent | c561515182e8c67fadae009f5368ab72b6f19786 (diff) |
Fix minor typo in absl/time/time.h comment:
"ToDoubleNanoSeconds" -> "ToDoubleNanoseconds"
PiperOrigin-RevId: 469525959
Change-Id: I43488ac8706cb857aa3890249a00fc141129dafa
Diffstat (limited to 'absl')
-rw-r--r-- | absl/time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/time.h b/absl/time/time.h index bd01867e..11796b4f 100644 --- a/absl/time/time.h +++ b/absl/time/time.h @@ -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 ToInt64Hours(Duration d); -// ToDoubleNanoSeconds() +// ToDoubleNanoseconds() // ToDoubleMicroseconds() // ToDoubleMilliseconds() // ToDoubleSeconds() |