From c00a27581eb7277b120c5c3e121af9edb9ddddfd Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 23 Aug 2022 12:27:20 -0700 Subject: Fix minor typo in absl/time/time.h comment: "ToDoubleNanoSeconds" -> "ToDoubleNanoseconds" PiperOrigin-RevId: 469525959 Change-Id: I43488ac8706cb857aa3890249a00fc141129dafa --- absl/time/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/time') 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() -- cgit v1.2.3