[llvm] [llvm-objcopy] Improve help messages (PR #82830)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 01:26:19 PST 2024


================
@@ -484,7 +484,7 @@ them.
 
 .. option:: --weaken-symbol <symbol>, -W
 
- Mark any global symbol named ``<symbol>`` as a weak symbol in the output. Can
+ Mark global symbols named ``<symbol>`` as a weak symbol in the output. Can
----------------
jh7370 wrote:

```suggestion
 Mark global symbols named ``<symbol>`` as weak symbols in the output. Can
```
Need to use plurals in both places.

https://github.com/llvm/llvm-project/pull/82830


More information about the llvm-commits mailing list