[compiler-rt] 7c31661 - [Sanitizers][NFC] Fix typo
Luís Marques via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 20 02:55:24 PST 2021
Author: Luís Marques
Date: 2021-02-20T10:54:00Z
New Revision: 7c31661b224ae44a42c9bd5fdcb60aee986e416a
URL: https://github.com/llvm/llvm-project/commit/7c31661b224ae44a42c9bd5fdcb60aee986e416a
DIFF: https://github.com/llvm/llvm-project/commit/7c31661b224ae44a42c9bd5fdcb60aee986e416a.diff
LOG: [Sanitizers][NFC] Fix typo
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h b/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
index 5d1b5264b5ed..0e19c4d4a801 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// `LocalAddressSpaceView` provides the local (i.e. target and current address
-// space are the same) implementation of the `AddressSpaveView` interface which
+// space are the same) implementation of the `AddressSpaceView` interface which
// provides a simple interface to load memory from another process (i.e.
// out-of-process)
//
More information about the llvm-commits
mailing list