diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-09-19 01:14:56 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-09-19 01:14:56 +0000 |
commit | c0f0c511db96da9baacb28246aa95491133fd016 (patch) | |
tree | 0bb0ba8696838650f49dfc02192815abeb49d192 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 46cbc4367b653c470fedf259ffecfb6aa4369a60 (diff) | |
download | bcm5719-llvm-c0f0c511db96da9baacb28246aa95491133fd016.tar.gz bcm5719-llvm-c0f0c511db96da9baacb28246aa95491133fd016.zip |
Fix an it's vs. its typo.
llvm-svn: 218093
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 53c7b099d43..7a14f2c6dcd 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -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; } |