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

Jacob Lambert via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 16:33:53 PST 2023


https://github.com/lamb-j created https://github.com/llvm/llvm-project/pull/72457

None

>From 083b7cb6aa31c53799c667792497a862c2abeb5e Mon Sep 17 00:00:00 2001
From: Jacob Lambert <jacob.lambert at amd.com>
Date: Wed, 15 Nov 2023 16:27:10 -0800
Subject: [PATCH] [NFC] Fix typos in llvm-mc doc

---
 llvm/docs/CommandGuide/llvm-mc.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/llvm/docs/CommandGuide/llvm-mc.rst b/llvm/docs/CommandGuide/llvm-mc.rst
index ea1fbf482550de5..20ece823cf3b24b 100644
--- a/llvm/docs/CommandGuide/llvm-mc.rst
+++ b/llvm/docs/CommandGuide/llvm-mc.rst
@@ -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,
+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



More information about the llvm-commits mailing list