From 8d8dcb0ae550fbfdbd7392a3c9d2c5c596bdcde3 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 29 Sep 2017 08:44:28 -0700 Subject: Changes imported from Abseil "staging" branch: - b76f5d50e1cb55050ef6004d6097dfdf0a806ff5 Fix ABSL_HAVE_THREAD_LOCAL for iOS < 8.0. by Matt Armstrong - 1dc71788a3f4ef601e03cbea59e36901479cde35 Add missing #include to use __nop() on MSVC. by Derek Mauro - f63ca6c7e87a7961912995b518b93af41b04bfa1 Fix typo (implict -> implicit) by Abseil Team - 8096006dc52368f166ccd22e25fcee334e142508 Fix a typo. by Abseil Team - c673a4a59790329fab33536caed6733dc03ec2a1 Add missing ":" in TODO. by Abseil Team - 8125d214356501af0f3a8b3bb577eed083f0493f Fix comment nit. by Abseil Team GitOrigin-RevId: b76f5d50e1cb55050ef6004d6097dfdf0a806ff5 Change-Id: I0168eb0c92b20ece2fe5ee54573c7720d00fd0b3 --- absl/time/clock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/time/clock.cc') diff --git a/absl/time/clock.cc b/absl/time/clock.cc index 9ffc1c4f91d8..6398170d0d1a 100644 --- a/absl/time/clock.cc +++ b/absl/time/clock.cc @@ -368,7 +368,7 @@ static uint64_t UpdateLastSample( // into the fast past. That causes lots of register spills and reloads that // are unnecessary unless the slow path is taken. // -// TODO(absl-team) Remove this attribute when our compiler is smart enough +// TODO(absl-team): Remove this attribute when our compiler is smart enough // to do the right thing. ABSL_ATTRIBUTE_NOINLINE static int64_t GetCurrentTimeNanosSlowPath() LOCKS_EXCLUDED(lock) { -- cgit 1.4.1