diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2014-07-21 13:16:53 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2014-07-21 13:16:53 +0000 |
commit | 6f3382cd4450a658cb18ff60d84e2ffa9a0ef866 (patch) | |
tree | 271b2097e2d23bbd1cc0952b0f5602c5849403c3 /lld/lib | |
parent | b035621720c4156ac3aa10c030ad3616d32d2276 (diff) | |
download | bcm5719-llvm-6f3382cd4450a658cb18ff60d84e2ffa9a0ef866.tar.gz bcm5719-llvm-6f3382cd4450a658cb18ff60d84e2ffa9a0ef866.zip |
[Mips] Fix typo in the comment.
llvm-svn: 213520
Diffstat (limited to 'lld/lib')
-rw-r--r-- | lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp index 4fea252d747..ea83929494d 100644 --- a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp +++ b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp @@ -205,7 +205,7 @@ private: /// \brief Atoms require pointers equality. llvm::DenseSet<const Atom *> _requiresPtrEquality; - /// \brief References which are candidates for cconverting + /// \brief References which are candidates for converting /// to the R_MIPS_REL32 relocation. std::vector<Reference *> _rel32Candidates; |