summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-22 22:25:09 +0000
committerEric Christopher <echristo@gmail.com>2013-07-22 22:25:09 +0000
commit1ff26ab69477f16822ca465c4a8ff6edb00f692f (patch)
treee6411358764cdc76a73ce08b96662ee8e8480ce2 /llvm/lib/Object/MachOObjectFile.cpp
parent1d62c25aa73efc984ce493bb037e7b83527d80d0 (diff)
downloadbcm5719-llvm-1ff26ab69477f16822ca465c4a8ff6edb00f692f.tar.gz
bcm5719-llvm-1ff26ab69477f16822ca465c4a8ff6edb00f692f.zip
Typo.
llvm-svn: 186886
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
-rw-r--r--llvm/lib/Object/MachOObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/MachOObjectFile.cpp b/llvm/lib/Object/MachOObjectFile.cpp
index e9caf3aad44..19c842105cf 100644
--- a/llvm/lib/Object/MachOObjectFile.cpp
+++ b/llvm/lib/Object/MachOObjectFile.cpp
@@ -1181,7 +1181,7 @@ MachOObjectFile::getRelocationHidden(DataRefImpl Rel, bool &Result) const {
if (Type == macho::RIT_Pair) Result = true;
} else if (Arch == Triple::x86_64) {
// On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
- // an X864_64_RELOC_SUBTRACTOR.
+ // an X86_64_RELOC_SUBTRACTOR.
if (Type == macho::RIT_X86_64_Unsigned && Rel.d.a > 0) {
DataRefImpl RelPrev = Rel;
RelPrev.d.a--;
OpenPOWER on IntegriCloud