[PATCH] D114429: [objcopy][NFC] Add doc comments to the executeObjcopy* functions.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 10:34:51 PST 2021


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Object/ObjCopy/ELF/ELFObjcopy.h:26
 namespace elf {
+/// Applies the transformations described by \p Config and \p ELFConfig to
+/// \p In, which must represent an IHex file, and writes the result
----------------
I think imperative sentences are more common: Applies => Apply


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114429/new/

https://reviews.llvm.org/D114429



More information about the llvm-commits mailing list