From de6fca2110e7bf6ef812b9064bf302a29ae1fbc7 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 27 Dec 2022 16:03:34 -0800 Subject: [NFC] fix typo in comment. PiperOrigin-RevId: 498048994 Change-Id: Iee969b9171921e3ffdca2610f9b93b53678d0b9d --- absl/debugging/leak_check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/debugging') diff --git a/absl/debugging/leak_check.h b/absl/debugging/leak_check.h index eff162f6..6bd79406 100644 --- a/absl/debugging/leak_check.h +++ b/absl/debugging/leak_check.h @@ -37,7 +37,7 @@ // not also use AddressSanitizer). To use the mode, simply pass // `-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 -// 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 // // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak -- cgit v1.2.3