Skip to content

Commit

Permalink
[llvm-objcopy] Update comments with capitalization change from 6b57539
Browse files Browse the repository at this point in the history
No behavior change.
  • Loading branch information
nico committed Apr 11, 2022
1 parent ba59ec2 commit a91c77e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<DriverConfig>
objcopy::parseObjcopyOptions(ArrayRef<const char *> RawArgsArr,
Expand Down Expand Up @@ -1013,8 +1013,8 @@ objcopy::parseObjcopyOptions(ArrayRef<const char *> 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<DriverConfig>
objcopy::parseInstallNameToolOptions(ArrayRef<const char *> ArgsArr) {
Expand Down Expand Up @@ -1211,8 +1211,8 @@ objcopy::parseBitcodeStripOptions(ArrayRef<const char *> 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<DriverConfig>
objcopy::parseStripOptions(ArrayRef<const char *> RawArgsArr,
Expand Down

0 comments on commit a91c77e

Please sign in to comment.