diff options
| author | George Rimar <grimar@accesssoftek.com> | 2016-06-08 12:29:29 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2016-06-08 12:29:29 +0000 |
| commit | 95912d07d8cd7f0bfb25c5207f14bad09bc25aca (patch) | |
| tree | 0088044307b6c986ea93eb52acbc065c37e6cf7e | |
| parent | e6389d18dc7afc3d2b3be3e0834f96d76f69f4d0 (diff) | |
| download | bcm5719-llvm-95912d07d8cd7f0bfb25c5207f14bad09bc25aca.tar.gz bcm5719-llvm-95912d07d8cd7f0bfb25c5207f14bad09bc25aca.zip | |
[ELF] - Fixed mistype in comment. NFC.
llvm-svn: 272134
| -rw-r--r-- | lld/ELF/Relocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index 98cd966c941..aa6876c166f 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains platform-independent functions to processe relocations. +// This file contains platform-independent functions to process relocations. // I'll describe the overview of this file here. // // Simple relocations are easy to handle for the linker. For example, |

