diff options
| author | Ed Maste <emaste@freebsd.org> | 2018-01-10 12:55:14 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2018-01-10 12:55:14 +0000 |
| commit | 6ed7f00e49f5b434b4a811dfec454557264ac90e (patch) | |
| tree | 043b70c0f33905df33dc5f977addc0e8de3c167c | |
| parent | 1014a6b6c6d5f9687f96caf950434005d0dee81c (diff) | |
| download | bcm5719-llvm-6ed7f00e49f5b434b4a811dfec454557264ac90e.tar.gz bcm5719-llvm-6ed7f00e49f5b434b4a811dfec454557264ac90e.zip | |
Correct typo in help text
Information is a mass noun and doesn't take a plural "s".
llvm-svn: 322180
| -rw-r--r-- | lld/ELF/Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 7cc311d8471..86aa99eaf44 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -393,7 +393,7 @@ def mllvm: S<"mllvm">; def opt_remarks_filename: Separate<["--"], "opt-remarks-filename">, HelpText<"YAML output file for optimization remarks">; def opt_remarks_with_hotness: Flag<["--"], "opt-remarks-with-hotness">, - HelpText<"Include hotness informations in the optimization remarks file">; + HelpText<"Include hotness information in the optimization remarks file">; defm plugin_opt: Eq<"plugin-opt">, HelpText<"specifies LTO options for compatibility with GNU linkers">; def save_temps: F<"save-temps">; |

