Skip to content

Commit 808dbd5

Browse files
kazutakahiratakrishna2803
authored andcommitted
[llvm] Proofread BackGuide.rst (llvm#151281)
1 parent 610ce39 commit 808dbd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/TableGen/BackGuide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Some of these classes have additional members that
191191
are described in the following subsections.
192192

193193
*All* of the classes derived from ``RecTy`` provide the ``get()`` function.
194-
It returns an instance of ``Recty`` corresponding to the derived class.
194+
It returns an instance of ``RecTy`` corresponding to the derived class.
195195
Some of the ``get()`` functions require an argument to
196196
specify which particular variant of the type is desired. These arguments are
197197
described in the following subsections.
@@ -354,12 +354,12 @@ The class provides many additional functions:
354354
* Functions to determine whether there are any operands and to get the
355355
number of operands.
356356

357-
* Functions to the get the operands, both individually and together.
357+
* Functions to get the operands, both individually and together.
358358

359359
* Functions to determine whether there are any names and to
360360
get the number of names
361361

362-
* Functions to the get the names, both individually and together.
362+
* Functions to get the names, both individually and together.
363363

364364
* Functions to get the operand iterator ``begin()`` and ``end()`` values.
365365

@@ -605,7 +605,7 @@ null if the field does not exist.
605605
606606
The field is assumed to have another record as its value. That record is returned
607607
as a pointer to a ``Record``. If the field does not exist or is unset, the
608-
functions returns null.
608+
function returns null.
609609

610610
Getting Record Superclasses
611611
===========================

0 commit comments

Comments
 (0)