From a91c77ee2858263efa789c05e7b82d3c0af9d314 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sun, 10 Apr 2022 21:24:21 -0400 Subject: [PATCH] [llvm-objcopy] Update comments with capitalization change from 6b575395d47b8 No behavior change. --- llvm/tools/llvm-objcopy/ObjcopyOptions.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp b/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp index e94c4cc92d6d..db17216d8f75 100644 --- a/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp +++ b/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp @@ -551,8 +551,8 @@ static Error loadNewSectionData(StringRef ArgValue, StringRef OptionName, return Error::success(); } -// ParseObjcopyOptions returns the config and sets the input arguments. If a -// help flag is set then ParseObjcopyOptions will print the help messege and +// parseObjcopyOptions returns the config and sets the input arguments. If a +// help flag is set then parseObjcopyOptions will print the help messege and // exit. Expected objcopy::parseObjcopyOptions(ArrayRef RawArgsArr, @@ -1013,8 +1013,8 @@ objcopy::parseObjcopyOptions(ArrayRef RawArgsArr, return std::move(DC); } -// ParseInstallNameToolOptions returns the config and sets the input arguments. -// If a help flag is set then ParseInstallNameToolOptions will print the help +// parseInstallNameToolOptions returns the config and sets the input arguments. +// If a help flag is set then parseInstallNameToolOptions will print the help // messege and exit. Expected objcopy::parseInstallNameToolOptions(ArrayRef ArgsArr) { @@ -1211,8 +1211,8 @@ objcopy::parseBitcodeStripOptions(ArrayRef ArgsArr, return std::move(DC); } -// ParseStripOptions returns the config and sets the input arguments. If a -// help flag is set then ParseStripOptions will print the help messege and +// parseStripOptions returns the config and sets the input arguments. If a +// help flag is set then parseStripOptions will print the help messege and // exit. Expected objcopy::parseStripOptions(ArrayRef RawArgsArr,