Fix an it's vs. its typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hans Wennborg
2014-09-19 01:14:56 +00:00
parent bd2b96a12d
commit 2ee31bcdee
2 changed files with 2 additions and 2 deletions

View File

@@ -796,7 +796,7 @@ static const GlobalValue *getComdatGVForCOFF(const GlobalValue *GV) {
if (ComdatGV->getComdat() != C)
report_fatal_error("Associative COMDAT symbol '" + ComdatGVName +
"' is not a key for it's COMDAT.");
"' is not a key for its COMDAT.");
return ComdatGV;
}