[llvm] 5191cf0 - [llvm] Proofread BackGuide.rst (#151281)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 07:30:17 PDT 2025
Author: Kazu Hirata
Date: 2025-07-30T07:30:12-07:00
New Revision: 5191cf090d3854656a183879770c4f046334af22
URL: https://github.com/llvm/llvm-project/commit/5191cf090d3854656a183879770c4f046334af22
DIFF: https://github.com/llvm/llvm-project/commit/5191cf090d3854656a183879770c4f046334af22.diff
LOG: [llvm] Proofread BackGuide.rst (#151281)
Added:
Modified:
llvm/docs/TableGen/BackGuide.rst
Removed:
################################################################################
diff --git a/llvm/docs/TableGen/BackGuide.rst b/llvm/docs/TableGen/BackGuide.rst
index 4828f9b7c183a..83f8f47004bdb 100644
--- a/llvm/docs/TableGen/BackGuide.rst
+++ b/llvm/docs/TableGen/BackGuide.rst
@@ -191,7 +191,7 @@ Some of these classes have additional members that
are described in the following subsections.
*All* of the classes derived from ``RecTy`` provide the ``get()`` function.
-It returns an instance of ``Recty`` corresponding to the derived class.
+It returns an instance of ``RecTy`` corresponding to the derived class.
Some of the ``get()`` functions require an argument to
specify which particular variant of the type is desired. These arguments are
described in the following subsections.
@@ -354,12 +354,12 @@ The class provides many additional functions:
* Functions to determine whether there are any operands and to get the
number of operands.
-* Functions to the get the operands, both individually and together.
+* Functions to get the operands, both individually and together.
* Functions to determine whether there are any names and to
get the number of names
-* Functions to the get the names, both individually and together.
+* Functions to get the names, both individually and together.
* Functions to get the operand iterator ``begin()`` and ``end()`` values.
@@ -605,7 +605,7 @@ null if the field does not exist.
The field is assumed to have another record as its value. That record is returned
as a pointer to a ``Record``. If the field does not exist or is unset, the
-functions returns null.
+function returns null.
Getting Record Superclasses
===========================
More information about the llvm-commits
mailing list