[compiler-rt] r282092 - Fix typo in comment [NFC]

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:16:38 PDT 2016


Author: etienneb
Date: Wed Sep 21 12:16:38 2016
New Revision: 282092

URL: http://llvm.org/viewvc/llvm-project?rev=282092&view=rev
Log:
Fix typo in comment [NFC]

Modified:
    compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.h

Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.h?rev=282092&r1=282091&r2=282092&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.h (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.h Wed Sep 21 12:16:38 2016
@@ -20,7 +20,7 @@
 
 #if SANITIZER_FREEBSD
 // FreeBSD's dlopen() returns a pointer to an Obj_Entry structure that
-// incroporates the map structure.
+// incorporates the map structure.
 # define GET_LINK_MAP_BY_DLOPEN_HANDLE(handle) \
     ((link_map*)((handle) == nullptr ? nullptr : ((char*)(handle) + 544)))
 #else




More information about the llvm-commits mailing list