[llvm] f4cc757 - Add missing word in llc docs

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 19:29:08 PDT 2022


Author: Michael Williamson
Date: 2022-04-14T22:29:03-04:00
New Revision: f4cc757560b8282bd321e1547f6e8a13722be2bc

URL: https://github.com/llvm/llvm-project/commit/f4cc757560b8282bd321e1547f6e8a13722be2bc
DIFF: https://github.com/llvm/llvm-project/commit/f4cc757560b8282bd321e1547f6e8a13722be2bc.diff

LOG: Add missing word in llc docs

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llc.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst
index a15eb0e6aaab2..7f28ab3a82f7c 100644
--- a/llvm/docs/CommandGuide/llc.rst
+++ b/llvm/docs/CommandGuide/llc.rst
@@ -23,8 +23,8 @@ OPTIONS
 -------
 
 If ``filename`` is "``-``" or omitted, :program:`llc` reads from standard input.
-Otherwise, it will from ``filename``.  Inputs can be in either the LLVM assembly
-language format (``.ll``) or the LLVM bitcode format (``.bc``).
+Otherwise, it will read from ``filename``.  Inputs can be in either the LLVM
+assembly language format (``.ll``) or the LLVM bitcode format (``.bc``).
 
 If the :option:`-o` option is omitted, then :program:`llc` will send its output
 to standard output if the input is from standard input.  If the :option:`-o`


        


More information about the llvm-commits mailing list