Fix a typo in an error message.
authorEric Christopher <echristo@gmail.com>
Thu, 9 Jul 2020 03:42:22 +0000 (20:42 -0700)
committerEric Christopher <echristo@gmail.com>
Thu, 9 Jul 2020 03:43:05 +0000 (20:43 -0700)
compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp

index dffe2c9..91caa6a 100644 (file)
@@ -2210,7 +2210,7 @@ void CheckNoDeepBind(const char *filename, int flag) {
   if (flag & RTLD_DEEPBIND) {
     Report(
         "You are trying to dlopen a %s shared library with RTLD_DEEPBIND flag"
-        " which is incompatibe with sanitizer runtime "
+        " which is incompatible with sanitizer runtime "
         "(see https://github.com/google/sanitizers/issues/611 for details"
         "). If you want to run %s library under sanitizers please remove "
         "RTLD_DEEPBIND from dlopen flags.\n",