diff options
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
-rw-r--r-- | llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objcopy/llvm-objcopy.cpp b/llvm/tools/llvm-objcopy/llvm-objcopy.cpp index 3e494f9..41c6ef3 100644 --- a/llvm/tools/llvm-objcopy/llvm-objcopy.cpp +++ b/llvm/tools/llvm-objcopy/llvm-objcopy.cpp @@ -523,7 +523,7 @@ static void handleArgs(const CopyConfig &Config, Object &Obj, // The purpose of this loop is to mark symbols referenced by sections // (like GroupSection or RelocationSection). This way, we know which - // symbols are still 'needed' and wich are not. + // symbols are still 'needed' and which are not. if (Config.StripUnneeded) { for (auto &Section : Obj.sections()) Section.markSymbols(); |