about summary refs log tree commit diff
path: root/absl
diff options
context:
space:
mode:
authorFu Zhe <fuzhe1989@gmail.com>2020-04-27T21·57+0800
committerGitHub <noreply@github.com>2020-04-27T21·57-0400
commit3f48ce1c48f8c51b669b66b1c05e9da28704420b (patch)
tree71bfe20d660f76e62e5644ec5fb7934d18f73b15 /absl
parentcde2e2410e58c884b3bf5f67c6511e6266036249 (diff)
init (#673)
Diffstat (limited to 'absl')
-rw-r--r--absl/base/attributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/base/attributes.h b/absl/base/attributes.h
index b4bb6cf873..c4fd81b002 100644
--- a/absl/base/attributes.h
+++ b/absl/base/attributes.h
@@ -45,9 +45,9 @@
 //
 //   * `ADDRESS_SANITIZER` + `-fsanitize=address` (Clang, GCC 4.8)
 //   * `MEMORY_SANITIZER` + `-fsanitize=memory` (Clang-only)
-//   * `THREAD_SANITIZER + `-fsanitize=thread` (Clang, GCC 4.8+)
+//   * `THREAD_SANITIZER` + `-fsanitize=thread` (Clang, GCC 4.8+)
 //   * `UNDEFINED_BEHAVIOR_SANITIZER` + `-fsanitize=undefined` (Clang, GCC 4.9+)
-//   * `CONTROL_FLOW_INTEGRITY` + -fsanitize=cfi (Clang-only)
+//   * `CONTROL_FLOW_INTEGRITY` + `-fsanitize=cfi` (Clang-only)
 //
 // Example:
 //