summaryrefslogtreecommitdiff
path: root/absl/time
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2022-08-23 12:27:20 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-08-23 12:28:04 -0700
commitc00a27581eb7277b120c5c3e121af9edb9ddddfd (patch)
treec2517deb00a1cd8c1701ac95b33e9f3d5d22d5b6 /absl/time
parentc561515182e8c67fadae009f5368ab72b6f19786 (diff)
Fix minor typo in absl/time/time.h comment:
"ToDoubleNanoSeconds" -> "ToDoubleNanoseconds" PiperOrigin-RevId: 469525959 Change-Id: I43488ac8706cb857aa3890249a00fc141129dafa
Diffstat (limited to 'absl/time')
-rw-r--r--absl/time/time.h2
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()