[compiler-rt] r349961 - Fix comment typo.
Dan Liew via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 21 13:41:44 PST 2018
Author: delcypher
Date: Fri Dec 21 13:41:43 2018
New Revision: 349961
URL: http://llvm.org/viewvc/llvm-project?rev=349961&view=rev
Log:
Fix comment typo.
Modified:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_local_address_space_view.h
Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_local_address_space_view.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_local_address_space_view.h?rev=349961&r1=349960&r2=349961&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_local_address_space_view.h (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_local_address_space_view.h Fri Dec 21 13:41:43 2018
@@ -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
More information about the llvm-commits
mailing list