From bffdcde03de4d576a160547a4dd35a835b5a3008 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Tue, 22 Mar 2016 22:32:03 +0000 Subject: [PATCH] Test commit to verify repository access and fix a typo. llvm-svn: 264112 --- compiler-rt/lib/asan/asan_globals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/asan/asan_globals.cc b/compiler-rt/lib/asan/asan_globals.cc index f2cc449..ae2cfd7 100644 --- a/compiler-rt/lib/asan/asan_globals.cc +++ b/compiler-rt/lib/asan/asan_globals.cc @@ -178,7 +178,7 @@ static void CheckODRViolationViaPoisoning(const Global *g) { } // 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. -- 2.7.4