[compiler-rt] r264112 - Test commit to verify repository access and fix a typo.

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 15:32:03 PDT 2016


Author: bruening
Date: Tue Mar 22 17:32:03 2016
New Revision: 264112

URL: http://llvm.org/viewvc/llvm-project?rev=264112&view=rev
Log:
Test commit to verify repository access and fix a typo.

Modified:
    compiler-rt/trunk/lib/asan/asan_globals.cc

Modified: compiler-rt/trunk/lib/asan/asan_globals.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_globals.cc?rev=264112&r1=264111&r2=264112&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_globals.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_globals.cc Tue Mar 22 17:32:03 2016
@@ -178,7 +178,7 @@ static void CheckODRViolationViaPoisonin
 }
 
 // Clang provides two different ways for global variables protection:
-// it can poison the global itself or it's private alias. In former
+// it can poison the global itself or its private alias. In former
 // case we may poison same symbol multiple times, that can help us to
 // cheaply detect ODR violation: if we try to poison an already poisoned
 // global, we have ODR violation error.




More information about the llvm-commits mailing list