diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
commit | dae11f7aabfd025547bd313e03f143a8092b8304 (patch) | |
tree | 87fffa7a8258f2e95904d210a4d8866bded9f2bc /llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp | |
parent | 7d18a70dac478167cd7ba5048a8f0504d242ee30 (diff) | |
download | bcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.tar.gz bcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.zip |
Fix spelling mistakes in Tools/Tests comments. NFC.
Identified by Pedro Giffuni in PR27636.
llvm-svn: 287489
Diffstat (limited to 'llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp')
-rw-r--r-- | llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp b/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp index 92c1ce6ab6a..4d4e39000b8 100644 --- a/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp +++ b/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp @@ -532,7 +532,7 @@ applySpecificSectionMappings(RuntimeDyldChecker &Checker) { // Remaps section addresses for -verify mode. The following command line options // can be used to customize the layout of the memory within the phony target's // address space: -// -target-addr-start <s> -- Specify where the phony target addres range starts. +// -target-addr-start <s> -- Specify where the phony target address range starts. // -target-addr-end <e> -- Specify where the phony target address range ends. // -target-section-sep <d> -- Specify how big a gap should be left between the // end of one section and the start of the next. |