[llvm] [NFC] Fix typos in llvm-mc doc (PR #72457)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 17:05:40 PST 2023
================
@@ -11,13 +11,13 @@ SYNOPSIS
DESCRIPTION
-----------
-The :program:`llvm-mc` command take input as the assembly code for a specified
-architecture and generate object file or executable as a output for a specified
-architecture.
+The :program:`llvm-mc` command takes as input assembly code for a specified
+architecture and generates as output an object file or executable for a
+specified architecture.
-:program:`llvm-mc` provide powerful set of the tool for working with the
-machine code such as encoding of their instruction and their internal
-representation, disassemble string to bytes etc.
+:program:`llvm-mc` provides a powerful tool for working with machine code,
+such as encoding of instructions and displaying their internal representations,
----------------
boomanaiden154 wrote:
Nit: of here seems redundant. Maybe just `encoding instructions`?
https://github.com/llvm/llvm-project/pull/72457
More information about the llvm-commits
mailing list