From: Vy Nguyen Date: Fri, 19 Mar 2021 18:17:51 +0000 (-0400) Subject: [lld-macho][nfc] Fixed typo in comment X-Git-Tag: llvmorg-14-init~11879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c1ae8f2dc374a532f6345d776082eb5b9aaa247;p=platform%2Fupstream%2Fllvm.git [lld-macho][nfc] Fixed typo in comment Missed this one from https://reviews.llvm.org/D97007?id=331759#inline-930034 Differential Revision: https://reviews.llvm.org/D98973 --- diff --git a/lld/MachO/SyntheticSections.cpp b/lld/MachO/SyntheticSections.cpp index cf7d403..6233079 100644 --- a/lld/MachO/SyntheticSections.cpp +++ b/lld/MachO/SyntheticSections.cpp @@ -1007,7 +1007,7 @@ void macho::createSyntheticSymbols() { }; switch (config->outputType) { - // FIXME: Assign the right addresse value for these symbols + // FIXME: Assign the right address value for these symbols // (rather than 0). But we need to do that after assignAddresses(). case MH_EXECUTE: // If linking PIE, __mh_execute_header is a defined symbol in