[lld] 6c1ae8f - [lld-macho][nfc] Fixed typo in comment
Vy Nguyen via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 11:19:46 PDT 2021
Author: Vy Nguyen
Date: 2021-03-19T14:19:36-04:00
New Revision: 6c1ae8f2dc374a532f6345d776082eb5b9aaa247
URL: https://github.com/llvm/llvm-project/commit/6c1ae8f2dc374a532f6345d776082eb5b9aaa247
DIFF: https://github.com/llvm/llvm-project/commit/6c1ae8f2dc374a532f6345d776082eb5b9aaa247.diff
LOG: [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
Added:
Modified:
lld/MachO/SyntheticSections.cpp
Removed:
################################################################################
diff --git a/lld/MachO/SyntheticSections.cpp b/lld/MachO/SyntheticSections.cpp
index cf7d40398e62..623307971ef7 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
More information about the llvm-commits
mailing list