diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-01-06 10:21:05 -0800 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2020-01-06 10:25:48 -0800 |
| commit | 7ae3d335467a24faa80ebd9b31446c649570ca0c (patch) | |
| tree | 2c198b4fca6d45c20d7a8c0c805847f7ce8bf72b /lld/ELF/OutputSections.cpp | |
| parent | 5b24c088171d3bd7a8ff559c82926e5d4b04f032 (diff) | |
| download | bcm5719-llvm-7ae3d335467a24faa80ebd9b31446c649570ca0c.tar.gz bcm5719-llvm-7ae3d335467a24faa80ebd9b31446c649570ca0c.zip | |
[lld] Fix trivial typos in comments
Reviewed By: ruiu, MaskRay
Differential Revision: https://reviews.llvm.org/D72196
Diffstat (limited to 'lld/ELF/OutputSections.cpp')
| -rw-r--r-- | lld/ELF/OutputSections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 8d328626b85..6142cb0783c 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -89,7 +89,7 @@ static bool canMergeToProgbits(unsigned type) { // InputSection post finalizeInputSections(), then you must do the following: // // 1. Find or create an InputSectionDescription to hold InputSection. -// 2. Add the InputSection to the InputSectionDesciption::sections. +// 2. Add the InputSection to the InputSectionDescription::sections. // 3. Call commitSection(isec). void OutputSection::recordSection(InputSectionBase *isec) { partition = isec->partition; |

