[compiler-rt] 43fa23a - [Sanitizer][NFC] Fix typo

Luís Marques via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 09:46:27 PST 2021


Author: Luís Marques
Date: 2021-02-19T17:46:02Z
New Revision: 43fa23a01f0a82c42c348c0c02982900ffba1207

URL: https://github.com/llvm/llvm-project/commit/43fa23a01f0a82c42c348c0c02982900ffba1207
DIFF: https://github.com/llvm/llvm-project/commit/43fa23a01f0a82c42c348c0c02982900ffba1207.diff

LOG: [Sanitizer][NFC] Fix typo

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h b/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
index 21b0366d83ca..26e70df77218 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
@@ -19,7 +19,7 @@ template<class SizeClassAllocator> struct SizeClassAllocator64LocalCache;
 // The template parameter Params is a class containing the actual parameters.
 //
 // Space: a portion of address space of kSpaceSize bytes starting at SpaceBeg.
-// If kSpaceBeg is ~0 then SpaceBeg is chosen dynamically my mmap.
+// If kSpaceBeg is ~0 then SpaceBeg is chosen dynamically by mmap.
 // Otherwise SpaceBeg=kSpaceBeg (fixed address).
 // kSpaceSize is a power of two.
 // At the beginning the entire space is mprotect-ed, then small parts of it


        


More information about the llvm-commits mailing list