[NFC] Fix typos in llvm-mc doc (#72457)

This commit is contained in:
Jacob Lambert 2023-11-21 09:53:53 -08:00 committed by GitHub
parent d34ac0ee72
commit f802fed2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,12 @@ 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 assembly code for a specified architecture
as input and generates an object file or executable.
: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 set of tools for working with machine code,
such as encoding instructions and displaying internal representations,
disassembling strings to bytes, etc.
The choice of architecture for the output assembly code is automatically
determined from the input file, unless the :option:`--arch` option is used to