[lld] r322180 - Correct typo in help text

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 04:55:14 PST 2018


Author: emaste
Date: Wed Jan 10 04:55:14 2018
New Revision: 322180

URL: http://llvm.org/viewvc/llvm-project?rev=322180&view=rev
Log:
Correct typo in help text

Information is a mass noun and doesn't take a plural "s".

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=322180&r1=322179&r2=322180&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Wed Jan 10 04:55:14 2018
@@ -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">;




More information about the llvm-commits mailing list