Fix an it's vs. its typo.
authorHans Wennborg <hans@hanshq.net>
Fri, 19 Sep 2014 01:14:56 +0000 (01:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 19 Sep 2014 01:14:56 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218093 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
test/CodeGen/X86/coff-comdat2.ll

index 53c7b099d4399827e92df7f8ed5dfdd58a97fac3..7a14f2c6dcd14e55b6b4fcb7a2cfdef9b380d1c8 100644 (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;
 }
index 6744b5b02ad7b62be0398fc00f919dbda745634d..58bc04eea9396af4298f4dd63452d71f1ff1b7da 100644 (file)
@@ -6,4 +6,4 @@ target triple = "i686-pc-windows-msvc"
 $foo = comdat largest
 @foo = global i32 0
 @bar = global i32 0, comdat $foo
-; CHECK: Associative COMDAT symbol 'foo' is not a key for it's COMDAT.
+; CHECK: Associative COMDAT symbol 'foo' is not a key for its COMDAT.