From f4cc757560b8282bd321e1547f6e8a13722be2bc Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 14 Apr 2022 22:28:23 -0400 Subject: [PATCH] Add missing word in llc docs --- llvm/docs/CommandGuide/llc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst index a15eb0e..7f28ab3 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` -- 2.7.4