From c8bd28c58ba962abfe1b23633cae649099815a56 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 30 Oct 2017 07:44:54 -0700 Subject: Changes imported from Abseil "staging" branch: - 0726b35bb91aa98b87b340db9019fe7bdb19fe52 Fixing typo when checking CUDA compiler version, and use ... by Abseil Team - 3c94139e0e2ca6387c0498f24c9e44172208fffc Update comment of GUARDED_BY to match feedback provided b... by Abseil Team - 116d0427b845613213e26afc1203621ac7bd6910 Turn off ABSL TLS support for buggy versions of the Andro... by Abseil Team GitOrigin-RevId: 0726b35bb91aa98b87b340db9019fe7bdb19fe52 Change-Id: I861e4fb27d77904e705ccbcb4054f10c3f43e158 --- absl/base/thread_annotations.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'absl/base/thread_annotations.h') diff --git a/absl/base/thread_annotations.h b/absl/base/thread_annotations.h index 025a8548..53816005 100644 --- a/absl/base/thread_annotations.h +++ b/absl/base/thread_annotations.h @@ -43,9 +43,9 @@ // GUARDED_BY() // -// Documents if a shared variable/field needs to be protected by a mutex. -// GUARDED_BY() allows the user to specify a particular mutex that should be -// held when accessing the annotated variable. +// Documents if a shared field or global variable needs to be protected by a +// mutex. GUARDED_BY() allows the user to specify a particular mutex that +// should be held when accessing the annotated variable. // // Example: // -- cgit v1.2.3