Fix typo in comment [NFC]

llvm-svn: 282092
This commit is contained in:
Etienne Bergeron 2016-09-21 17:16:38 +00:00
parent a15c90e998
commit 5e697c679b
1 changed files with 1 additions and 1 deletions

View File

@ -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