From c6027e20d4b6756833e1692baeec78c9a5ff4e5e Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 21 Dec 2018 21:41:43 +0000 Subject: [PATCH] Fix comment typo. llvm-svn: 349961 --- .../lib/sanitizer_common/sanitizer_local_address_space_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9fbf593f4379..f9507c701e2b 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 @@ -12,7 +12,7 @@ // provides a simple interface to load memory from another process (i.e. // out-of-process) // -// The `AddressSpaveView` interface requires that the type can be used as a +// The `AddressSpaceView` interface requires that the type can be used as a // template parameter to objects that wish to be able to operate in an // out-of-process manner. In normal usage, objects are in-process and are thus // instantiated with the `LocalAddressSpaceView` type. This type is used to