Commit de6fca21 by Abseil Team Committed by Copybara-Service

[NFC] fix typo in comment.

PiperOrigin-RevId: 498048994
Change-Id: Iee969b9171921e3ffdca2610f9b93b53678d0b9d
parent 9733617e
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
// not also use AddressSanitizer). To use the mode, simply pass // not also use AddressSanitizer). To use the mode, simply pass
// `-fsanitize=leak` to both the compiler and linker. Since GCC does not // `-fsanitize=leak` to both the compiler and linker. Since GCC does not
// currently provide a way of detecting this mode at compile-time, GCC users // currently provide a way of detecting this mode at compile-time, GCC users
// must also pass -DLEAK_SANIITIZER to the compiler. An example Bazel command // must also pass -DLEAK_SANITIZER to the compiler. An example Bazel command
// could be // could be
// //
// $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment